diff options
Diffstat (limited to 'test/CodeGen/const-init.c')
-rw-r--r-- | test/CodeGen/const-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c index 128bbb54f3..a709cef218 100644 --- a/test/CodeGen/const-init.c +++ b/test/CodeGen/const-init.c @@ -1,4 +1,4 @@ -// RUN: clang -verify -emit-llvm -o %t %s && +// RUN: clang -arch i386 -verify -emit-llvm -o %t %s && #include <stdint.h> |