diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-24 19:37:10 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-24 19:37:10 +0000 |
commit | 744823c8741b858a477545eeea28f17570dc2e24 (patch) | |
tree | 065543c481ca20c24a6056f55b92c84451883324 | |
parent | 4cd1c706c2bfd3533df563c3b7292c85c7143f31 (diff) |
Fix the test case failed in buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89791 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/new.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/new.cpp b/test/CodeGenCXX/new.cpp index f2121a6079..13f26b253c 100644 --- a/test/CodeGenCXX/new.cpp +++ b/test/CodeGenCXX/new.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - | FileCheck %s +// RUN: clang-cc -triple x86_64-unknown-unknown %s -emit-llvm -o - | FileCheck %s #include <stddef.h> void t1() { |