]> granicus.if.org Git - clang/commitdiff
Add triples to keep make test work on Windows, where wchar_t is only 16
authorRichard Trieu <rtrieu@google.com>
Wed, 13 Jun 2012 23:15:33 +0000 (23:15 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 13 Jun 2012 23:15:33 +0000 (23:15 +0000)
bits wide.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158425 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/ast-dump-wchar.cpp

index 2b955d2aff5f95bb44cfc5c819e7ba6557ae496c..87d962fec87030c64e1f2cd81bfcf6ea3464e572 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -ast-dump %s | FileCheck %s 
+// RUN: %clang_cc1 -std=c++11 -ast-dump %s -triple x86_64-linux-gnu | FileCheck %s 
 
 char c8[] = u8"test\0\\\"\t\a\b\234";
 // CHECK: char c8[12] = (StringLiteral {{.*}} lvalue u8"test\000\\\"\t\a\b\234")