aboutsummaryrefslogtreecommitdiffstats
path: root/test/clightgen/annotations.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clightgen/annotations.c')
-rw-r--r--test/clightgen/annotations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clightgen/annotations.c b/test/clightgen/annotations.c
index e91c7fbc..993fa7d0 100644
--- a/test/clightgen/annotations.c
+++ b/test/clightgen/annotations.c
@@ -1,6 +1,6 @@
int f(int x, long y)
{
-#if !defined(SYSTEM_macosx) && !defined(SYSTEM_cygwin)
+#if !defined(SYSTEM_macos) && !defined(SYSTEM_cygwin)
__builtin_ais_annot("x is %e1, y is %e2", x, y);
#endif
__builtin_annot("x is %1, y is %2", x, y);