diff options
| author | 1Regina <46968488+1Regina@users.noreply.github.com> | 2021-06-11 12:14:49 +0800 |
|---|---|---|
| committer | 1Regina <46968488+1Regina@users.noreply.github.com> | 2021-06-11 12:14:49 +0800 |
| commit | c4165714066eb4fa4ccea0debf2a736930c2a281 (patch) | |
| tree | b260d5e24f883168d255a1f49b8161afc2788c72 /testsuite/runtime/linearize | |
| parent | a1372040b4212be6af0b52a304de3054ec762619 (diff) | |
Rectified gold files
Diffstat (limited to 'testsuite/runtime/linearize')
| -rw-r--r-- | testsuite/runtime/linearize/brackets.gfs.gold | 11 | ||||
| -rw-r--r-- | testsuite/runtime/linearize/linearize.gfs.gold | 10 |
2 files changed, 1 insertions, 20 deletions
diff --git a/testsuite/runtime/linearize/brackets.gfs.gold b/testsuite/runtime/linearize/brackets.gfs.gold index e356e6521..7337daa9d 100644 --- a/testsuite/runtime/linearize/brackets.gfs.gold +++ b/testsuite/runtime/linearize/brackets.gfs.gold @@ -1,28 +1,19 @@ (S:2 (E:1 (_:0 ?1)) is even)
-
(S:3 exists x such that (S:2 (E:1 (_:0 x)) is even))
-
(S:1 (E:0 a))
-
(S:1 (E:0 aa) a)
-
(S:1 (E:0 a) b)
-
(S:1 (String:0 abcd) is string)
-
(S:1 (Int:0 100) is integer)
-
(S:1 (Float:0 12.4) is float)
-
(S:1 (String:0 xyz) is string)
-
-cannot linearize
+ cannot linearize
diff --git a/testsuite/runtime/linearize/linearize.gfs.gold b/testsuite/runtime/linearize/linearize.gfs.gold index 8a17ab506..7749644f1 100644 --- a/testsuite/runtime/linearize/linearize.gfs.gold +++ b/testsuite/runtime/linearize/linearize.gfs.gold @@ -1,30 +1,20 @@ ?1 is even
-
exists x such that x is even
-
a
-
aa a
-
a b
-
abcd is string
-
100 is integer
-
12.4 is float
-
xyz is string
-
-
|
