diff options
Diffstat (limited to 'tests/eval')
-rw-r--r-- | tests/eval/buildfile | 2 | ||||
-rw-r--r-- | tests/eval/comma.test | 2 | ||||
-rw-r--r-- | tests/eval/comp.test | 2 | ||||
-rw-r--r-- | tests/eval/or-and.test | 2 | ||||
-rw-r--r-- | tests/eval/qual.test | 2 | ||||
-rw-r--r-- | tests/eval/ternary.test | 2 | ||||
-rw-r--r-- | tests/eval/value.test | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/eval/buildfile b/tests/eval/buildfile index c753f56..3c8a3ba 100644 --- a/tests/eval/buildfile +++ b/tests/eval/buildfile @@ -1,5 +1,5 @@ # file : tests/eval/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{comma comp or-and qual ternary value} $b diff --git a/tests/eval/comma.test b/tests/eval/comma.test index 0e9384a..216e889 100644 --- a/tests/eval/comma.test +++ b/tests/eval/comma.test @@ -1,5 +1,5 @@ # file : tests/eval/comma.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test value packs (eval-comma). diff --git a/tests/eval/comp.test b/tests/eval/comp.test index 7ace1f3..f01bf7f 100644 --- a/tests/eval/comp.test +++ b/tests/eval/comp.test @@ -1,5 +1,5 @@ # file : tests/eval/comp.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test comparison operators (eval-comp). diff --git a/tests/eval/or-and.test b/tests/eval/or-and.test index b9fb0b7..283b6b1 100644 --- a/tests/eval/or-and.test +++ b/tests/eval/or-and.test @@ -1,5 +1,5 @@ # file : tests/eval/or-and.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test logical operators (eval-or, eval-and). diff --git a/tests/eval/qual.test b/tests/eval/qual.test index 719ee9f..f6e6592 100644 --- a/tests/eval/qual.test +++ b/tests/eval/qual.test @@ -1,5 +1,5 @@ # file : tests/eval/qual.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test qualified name (eval-qual). diff --git a/tests/eval/ternary.test b/tests/eval/ternary.test index 30a7e05..f599373 100644 --- a/tests/eval/ternary.test +++ b/tests/eval/ternary.test @@ -1,5 +1,5 @@ # file : tests/eval/ternary.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test the ternary operator (eval-ternary). diff --git a/tests/eval/value.test b/tests/eval/value.test index cf91ec1..8bf8cff 100644 --- a/tests/eval/value.test +++ b/tests/eval/value.test @@ -1,5 +1,5 @@ # file : tests/eval/value.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test value part of the grammar (eval-value). |