]> granicus.if.org Git - clang/commitdiff
Try and fix buildbot issue.
authorMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 06:49:10 +0000 (06:49 +0000)
committerMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 06:49:10 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88900 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/delete-two-arg.cpp

index 57e86c9f624c777b9190db42318aec0f971111bb..b8fe4223e70b5d41375482ae9b2cb0916ea42805 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -o - -emit-llvm -verify | FileCheck %s
+// RUN: clang-cc -triple i686-pc-linue-gnu %s -o - -emit-llvm -verify | FileCheck %s
 
 struct A { void operator delete(void*,__typeof(sizeof(int))); int x; };
 void a(A* x) { delete x; }