diff options
-rw-r--r-- | test/CodeGen/string-literal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/string-literal.c b/test/CodeGen/string-literal.c index 457ff6ca7a..43bfc2137f 100644 --- a/test/CodeGen/string-literal.c +++ b/test/CodeGen/string-literal.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck %s int main() { // CHECK: internal constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1 |