r181465 - Add missing triple to unit test.

Richard Smith richard-llvm at metafoo.co.uk
Wed May 8 13:32:14 PDT 2013


Author: rsmith
Date: Wed May  8 15:32:14 2013
New Revision: 181465

URL: http://llvm.org/viewvc/llvm-project?rev=181465&view=rev
Log:
Add missing triple to unit test.

Modified:
    cfe/trunk/test/CodeGenCXX/throw-expressions.cpp

Modified: cfe/trunk/test/CodeGenCXX/throw-expressions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/throw-expressions.cpp?rev=181465&r1=181464&r2=181465&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/throw-expressions.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/throw-expressions.cpp Wed May  8 15:32:14 2013
@@ -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() {





More information about the cfe-commits mailing list