From: Chandler Carruth Date: Sat, 16 Oct 2010 00:24:52 +0000 (+0000) Subject: Not really sure how this worked, but it seems like a clear typo. =] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=716e45460e5b7e8c90a9b9813500a260a6185dea;p=clang Not really sure how this worked, but it seems like a clear typo. =] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/goto.cpp b/test/CodeGenCXX/goto.cpp index 2a44d726c1..938d4e12d8 100644 --- a/test/CodeGenCXX/goto.cpp +++ b/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 {