Skip to content

Commit

Permalink
Remove an unused TEST macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetroZarytskyi committed Jul 15, 2024
1 parent e9504a6 commit 8d941ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/Gradient/TestTypeConversion.C
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ void fn_type_conversion_pullback(float z, int a, float *_d_z, int *_d_a);
// CHECK-NEXT: }
// CHECK-NEXT: }

#define TEST(F, x, y) \
{ \
result_0 = 0; \
result_1 = 0; \
clad::gradient(F); \
F##_grad(x, y, &result_0, &result_1); \
printf("Result is = {%.2f, %.2f}\n", result_0, (float)result_1); \
}

int main() {
float result_0;
int result_1;
Expand Down

0 comments on commit 8d941ce

Please sign in to comment.