diff options
Diffstat (limited to 'test/loop-convert/nesting.cpp')
| -rw-r--r-- | test/loop-convert/nesting.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/loop-convert/nesting.cpp b/test/loop-convert/nesting.cpp index 8e960a89..73f8173b 100644 --- a/test/loop-convert/nesting.cpp +++ b/test/loop-convert/nesting.cpp @@ -1,7 +1,6 @@ -// RUN: rm -rf %t.cpp -// RUN: grep -Ev "//\s*[A-Z-]+:" %s > %t.cpp -// RUN: loop-convert . %t.cpp -- -I %S/Inputs \ -// RUN: && FileCheck -input-file=%t.cpp %s +// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp +// RUN: loop-convert . %t.cpp -- -I %S/Inputs +// RUN: FileCheck -input-file=%t.cpp %s #include "structures.h" |
