]> granicus.if.org Git - clang/commitdiff
Not really sure how this worked, but it seems like a clear typo. =]
authorChandler Carruth <chandlerc@gmail.com>
Sat, 16 Oct 2010 00:24:52 +0000 (00:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 16 Oct 2010 00:24:52 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116650 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/goto.cpp

index 2a44d726c1730a65295d03a080fd59d644460506..938d4e12d8d511a7f7dc6aab0d07cbee48ae18e6 100644 (file)
@@ -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 {