From 04ea3664ecc33e65ed272870abd5c9d9e8e2c476 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 7 Oct 2010 20:16:00 +0000 Subject: [PATCH] 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 --- test/CodeGen/string-literal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0