diff options
Diffstat (limited to 'tests/loop')
-rw-r--r-- | tests/loop/buildfile | 1 | ||||
-rw-r--r-- | tests/loop/for.testscript | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/loop/buildfile b/tests/loop/buildfile index 00bf1ec..639ebc4 100644 --- a/tests/loop/buildfile +++ b/tests/loop/buildfile @@ -1,5 +1,4 @@ # file : tests/loop/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/loop/for.testscript b/tests/loop/for.testscript index 184c9ce..5376029 100644 --- a/tests/loop/for.testscript +++ b/tests/loop/for.testscript @@ -1,5 +1,4 @@ # file : tests/loop/for.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test for-loop. |