From 190ccccdc481602e518a06d699156b1d203d09db Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 27 Dec 2009 05:59:41 +0000 Subject: [PATCH] Fix runline. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92174 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/const-base-cast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/const-base-cast.cpp b/test/CodeGenCXX/const-base-cast.cpp index a71384dde6..ed47069d24 100644 --- a/test/CodeGenCXX/const-base-cast.cpp +++ b/test/CodeGenCXX/const-base-cast.cpp @@ -1,4 +1,4 @@ -// RUN: clang -cc1 -O1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -O1 -emit-llvm %s -o - | FileCheck %s // Check that the following construct, which is similar to one which occurs // in Firefox, is not misfolded (folding it correctly would be a bonus, but -- 2.40.0