diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-27 05:59:41 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-27 05:59:41 +0000 |
| commit | e513c6af97ada3a1e11ff53dfd586a5c5289422e (patch) | |
| tree | 7552d885f971748751f0b93aa598e10970269736 /clang | |
| parent | 847a2bce04a806f670fd3e3bd74bf947e38e193f (diff) | |
| download | bcm5719-llvm-e513c6af97ada3a1e11ff53dfd586a5c5289422e.tar.gz bcm5719-llvm-e513c6af97ada3a1e11ff53dfd586a5c5289422e.zip | |
Fix runline.
llvm-svn: 92174
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenCXX/const-base-cast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/const-base-cast.cpp b/clang/test/CodeGenCXX/const-base-cast.cpp index a71384dde61..ed47069d241 100644 --- a/clang/test/CodeGenCXX/const-base-cast.cpp +++ b/clang/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 |

