summaryrefslogtreecommitdiff
path: root/test/Sema/offsetof.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/offsetof.c')
-rw-r--r--test/Sema/offsetof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/offsetof.c b/test/Sema/offsetof.c
index 5848ba4083..14b1440f5e 100644
--- a/test/Sema/offsetof.c
+++ b/test/Sema/offsetof.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast-check %s
+// RUN: clang -parse-ast -verify %s
#define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER)