diff options
Diffstat (limited to 'test/Sema/attr-regparm.c')
-rw-r--r-- | test/Sema/attr-regparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-regparm.c b/test/Sema/attr-regparm.c index 944f014..045a413 100644 --- a/test/Sema/attr-regparm.c +++ b/test/Sema/attr-regparm.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin9 -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s __attribute((regparm(2))) int x(void); __attribute((regparm(1.0))) int x(void); // expected-error{{'regparm' attribute requires integer constant}} |