commit | 190ccccdc481602e518a06d699156b1d203d09db | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Sun Dec 27 05:59:41 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Sun Dec 27 05:59:41 2009 +0000 |
tree | a88e49cf127b4ee1501d8e3035d6f302ceedf668 | |
parent | 09a8a0e6ec1252cad52666e9dbb21002b9c80f38 [diff] |
Fix runline. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92174 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/const-base-cast.cpp b/test/CodeGenCXX/const-base-cast.cpp index a71384d..ed47069 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