]> granicus.if.org Git - clang/commitdiff
Add missing triple to unit test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 8 May 2013 20:32:14 +0000 (20:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 8 May 2013 20:32:14 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181465 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/throw-expressions.cpp

index 22d7841065272315fedfe6561c3c1dfb42167f63..ba8a86881a63de3907ec8ee16f0734ef22252c7c 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -Wno-unreachable-code -Werror -emit-llvm -o - %s | FileCheck %s
-// expected-no-diagnostics
+// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -Wno-unreachable-code -Werror -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
 
 int val = 42;
 int& test1() {