diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-10-16 00:24:52 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-10-16 00:24:52 +0000 |
commit | dc689c4156391cba43a03340c815eec923dca53b (patch) | |
tree | b1848101e7a671f2aac4b30c0504d0c75ff658d3 /clang/test | |
parent | 24d6ea25f81850c6fdc7b7bd798a13bffdf17ae9 (diff) | |
download | bcm5719-llvm-dc689c4156391cba43a03340c815eec923dca53b.tar.gz bcm5719-llvm-dc689c4156391cba43a03340c815eec923dca53b.zip |
Not really sure how this worked, but it seems like a clear typo. =]
llvm-svn: 116650
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGenCXX/goto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/goto.cpp b/clang/test/CodeGenCXX/goto.cpp index 2a44d726c17..938d4e12d8d 100644 --- a/clang/test/CodeGenCXX/goto.cpp +++ b/clang/test/CodeGenCXX/goto.cpp @@ -1,4 +1,4 @@ -// RUN: %clang-cc1 %s -triple=x86_64-apple-darwin10 -fexceptions -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -fexceptions -emit-llvm -o - | FileCheck %s // Reduced from a crash on boost::interprocess's node_allocator_test.cpp. namespace test0 { |