diff options
Diffstat (limited to 'tests/loop')
-rw-r--r-- | tests/loop/buildfile | 2 | ||||
-rw-r--r-- | tests/loop/for.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/loop/buildfile b/tests/loop/buildfile index 7517da5..e583492 100644 --- a/tests/loop/buildfile +++ b/tests/loop/buildfile @@ -1,5 +1,5 @@ # file : tests/loop/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{*} $b diff --git a/tests/loop/for.test b/tests/loop/for.test index 746f1bb..66bfc80 100644 --- a/tests/loop/for.test +++ b/tests/loop/for.test @@ -1,5 +1,5 @@ # file : tests/loop/for.test -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test for-loop. |