diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-10-07 20:16:00 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-10-07 20:16:00 +0000 |
commit | 04ea3664ecc33e65ed272870abd5c9d9e8e2c476 (patch) | |
tree | f999aaba983134d2efe3178e624beadea578a858 | |
parent | 09c0fab82db36891b227d6366369795e63de7fc7 (diff) |
tests: Force a triple to avoid wchar_t differences.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115970 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |