diff options
Diffstat (limited to 'tests/loop')
-rw-r--r-- | tests/loop/buildfile | 2 | ||||
-rw-r--r-- | tests/loop/for.testscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/loop/buildfile b/tests/loop/buildfile index 3807ddf..00bf1ec 100644 --- a/tests/loop/buildfile +++ b/tests/loop/buildfile @@ -1,5 +1,5 @@ # file : tests/loop/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# 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 6aec1b2..2877572 100644 --- a/tests/loop/for.testscript +++ b/tests/loop/for.testscript @@ -1,5 +1,5 @@ # file : tests/loop/for.testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test for-loop. |