Fix runline.

llvm-svn: 92174
This commit is contained in:
Eli Friedman 2009-12-27 05:59:41 +00:00
parent 847a2bce04
commit e513c6af97
1 changed files with 1 additions and 1 deletions

View File

@ -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