diff options
Diffstat (limited to 'test/Sema/static-init.c')
-rw-r--r-- | test/Sema/static-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c index b3c8d0f9f1..f7648a6d35 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang -arch i386 -fsyntax-only -verify %s static int f = 10; static int b = f; // expected-error {{initializer element is not a compile-time constant}} |