summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/launch/src/test/iterators.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/launch/src/test/iterators.l b/src/launch/src/test/iterators.l
index 02edbd54..d39e79f7 100644
--- a/src/launch/src/test/iterators.l
+++ b/src/launch/src/test/iterators.l
@@ -1,11 +1,11 @@
# --pragma-test
-# --test-list-apps
+# --pragma-test-list-apps
for it: (apps.begin, apps.end) {
- it.print();
+ it.must_pass();
}
-# --test-start
+# --pragma-test-start
when start: (apps) {
it (apps);
}