aboutsummaryrefslogtreecommitdiff
path: root/tests/eval
diff options
context:
space:
mode:
Diffstat (limited to 'tests/eval')
-rw-r--r--tests/eval/buildfile1
-rw-r--r--tests/eval/comma.testscript1
-rw-r--r--tests/eval/comp.testscript1
-rw-r--r--tests/eval/or-and.testscript1
-rw-r--r--tests/eval/qual.testscript1
-rw-r--r--tests/eval/ternary.testscript1
-rw-r--r--tests/eval/value.testscript1
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/eval/buildfile b/tests/eval/buildfile
index bd626ac..4726365 100644
--- a/tests/eval/buildfile
+++ b/tests/eval/buildfile
@@ -1,5 +1,4 @@
# file : tests/eval/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} $b
diff --git a/tests/eval/comma.testscript b/tests/eval/comma.testscript
index d1d8a2b..99061a1 100644
--- a/tests/eval/comma.testscript
+++ b/tests/eval/comma.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/comma.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test value packs (eval-comma).
diff --git a/tests/eval/comp.testscript b/tests/eval/comp.testscript
index 1b58968..2f68f76 100644
--- a/tests/eval/comp.testscript
+++ b/tests/eval/comp.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/comp.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test comparison operators (eval-comp).
diff --git a/tests/eval/or-and.testscript b/tests/eval/or-and.testscript
index e96217f..15395a2 100644
--- a/tests/eval/or-and.testscript
+++ b/tests/eval/or-and.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/or-and.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test logical operators (eval-or, eval-and).
diff --git a/tests/eval/qual.testscript b/tests/eval/qual.testscript
index c2b5767..29f6340 100644
--- a/tests/eval/qual.testscript
+++ b/tests/eval/qual.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/qual.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test qualified name (eval-qual).
diff --git a/tests/eval/ternary.testscript b/tests/eval/ternary.testscript
index be8d92a..3181d81 100644
--- a/tests/eval/ternary.testscript
+++ b/tests/eval/ternary.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/ternary.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test the ternary operator (eval-ternary).
diff --git a/tests/eval/value.testscript b/tests/eval/value.testscript
index dbeaeec..4713f7b 100644
--- a/tests/eval/value.testscript
+++ b/tests/eval/value.testscript
@@ -1,5 +1,4 @@
# file : tests/eval/value.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test value part of the grammar (eval-value).