summaryrefslogtreecommitdiffstats
path: root/test/loop-convert/pseudoarray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/loop-convert/pseudoarray.cpp')
-rw-r--r--test/loop-convert/pseudoarray.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/loop-convert/pseudoarray.cpp b/test/loop-convert/pseudoarray.cpp
index b47616d0..13c19333 100644
--- a/test/loop-convert/pseudoarray.cpp
+++ b/test/loop-convert/pseudoarray.cpp
@@ -1,8 +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: rm -rf %t.cpp
+// 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"
const int N = 6;