diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-01 06:19:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-01 06:19:41 +0000 |
| commit | f517e9578d97e507009174350548130642389938 (patch) | |
| tree | 5cd137126ce38daa1d866dc0261a0e6529fdb5dd /llvm/test/C++Frontend | |
| parent | 0427799531af8e5135d394456f8f196a3611326e (diff) | |
| download | bcm5719-llvm-f517e9578d97e507009174350548130642389938.tar.gz bcm5719-llvm-f517e9578d97e507009174350548130642389938.zip | |
not not!
llvm-svn: 35537
Diffstat (limited to 'llvm/test/C++Frontend')
| -rw-r--r-- | llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp b/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp index 7a7eb2a8d77..ca68af1d57f 100644 --- a/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp +++ b/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp @@ -1,5 +1,5 @@ // RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf1' && -// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf' +// RUN: %llvmgxx %s -emit-llvm -S -o - | grep 'eprintf' // Only one eprintf should exist in the output |

