From a86025f39ff11da2629092abd6c0e4d984debe7a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Dec 2025 19:36:28 +0100 Subject: feat: update iterators test. Signed-off-by: Amlal El Mahrouss --- src/launch/src/test/iterators.l | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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); } -- cgit v1.2.3