Skip to content

Commit

Permalink
[AArch64] fixup CHECK macro in FMV test
Browse files Browse the repository at this point in the history
Missed from f5838e4.
  • Loading branch information
tmatheson-arm committed Jun 12, 2024
1 parent f5838e4 commit 9144576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingleSource/UnitTests/AArch64/acle-fmv-features.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static bool any_fails = false;
} \
}
#else
#define CHECK(X, BODY) \
#define CHECK(X, TARGET_GUARD, BODY) \
static void check_##X(void) { \
printf("%s\n", #X); \
}
Expand Down

0 comments on commit 9144576

Please sign in to comment.