]> granicus.if.org Git - clang/commitdiff
Force triple on these tests to pacify the windows tester.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 24 Jan 2012 21:28:47 +0000 (21:28 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 24 Jan 2012 21:28:47 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148858 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/warn-new-overaligned-2.cpp
test/SemaCXX/warn-new-overaligned-3.cpp
test/SemaCXX/warn-new-overaligned.cpp

index 0a7643956db75944b3e8359089c9715ed389b38f..550500906892b811391f092c8f9d567f97e07845 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wover-aligned -verify %s
+// RUN: %clang_cc1 -triple=x86_64-pc-linux-gnu -Wover-aligned -verify %s
 
 // This test verifies that we don't warn when the global operator new is
 // overridden. That's why we can't merge this with the other test file.
index f3b0cb7dd18a5e8320345511a4bc0bfb218fa452..783c03ec5688bdd1edf7b1e6951e5111c74d1cf8 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wover-aligned %s -isystem %S/Inputs -verify
+// RUN: %clang_cc1 -triple=x86_64-pc-linux-gnu -Wover-aligned %s -isystem %S/Inputs -verify
 
 // This test ensures that we still get the warning even if we #include <new>
 // where the header here simulates <new>.
index 6ebae8b513a2d9f060ce5ebf11aa5204c46b2f54..42a4e3523ad2f6d4e1ed782b093572c30e690530 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wover-aligned -verify %s
+// RUN: %clang_cc1 -triple=x86_64-pc-linux-gnu -Wover-aligned -verify %s
 
 namespace test1 {
 struct Test {