diff options
| author | krasimir <krasimir@chalmers.se> | 2010-04-30 19:27:53 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-04-30 19:27:53 +0000 |
| commit | af5f12d67261ce4bafcdec44adba8b60cc01c95c (patch) | |
| tree | fad035a47d6ac82d94dfb3873c77135f0b46c911 /testsuite/compiler/check | |
| parent | 329c39b4d4e90a517b1e19aaed7d4d1494e7d475 (diff) | |
upgrade the testsuite to work with GHC 6.12
Diffstat (limited to 'testsuite/compiler/check')
7 files changed, 69 insertions, 69 deletions
diff --git a/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold b/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold index b8bde0be7..9e241effb 100644 --- a/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold +++ b/testsuite/compiler/check/cyclic/abs-types/test1.gfs.gold @@ -1,4 +1,4 @@ -
-
-checking module Test1Abs
- circular definitions: A B
+
+
+checking module Test1Abs
+ circular definitions: A B
diff --git a/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold b/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold index 4caf3ae2c..c52a5373d 100644 --- a/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold +++ b/testsuite/compiler/check/cyclic/abs-types/test2.gfs.gold @@ -1,4 +1,4 @@ -
-
-checking module Test2Abs
- circular definitions: f g
+
+
+checking module Test2Abs
+ circular definitions: f g
diff --git a/testsuite/compiler/check/cyclic/opers/test.gfs.gold b/testsuite/compiler/check/cyclic/opers/test.gfs.gold index f2a1e5c22..cc052494c 100644 --- a/testsuite/compiler/check/cyclic/opers/test.gfs.gold +++ b/testsuite/compiler/check/cyclic/opers/test.gfs.gold @@ -1,8 +1,8 @@ -
-
-checking module TestOpers
- circular definitions: A B
-
-
-checking module TestOperTypes
- circular definitions: A T
+
+
+checking module TestOpers
+ circular definitions: A B
+
+
+checking module TestOperTypes
+ circular definitions: A T
diff --git a/testsuite/compiler/check/cyclic/params/test.gfs.gold b/testsuite/compiler/check/cyclic/params/test.gfs.gold index bcd6a118e..dea8440d1 100644 --- a/testsuite/compiler/check/cyclic/params/test.gfs.gold +++ b/testsuite/compiler/check/cyclic/params/test.gfs.gold @@ -1,4 +1,4 @@ -
-
-checking module TestParams
- circular definitions: A B
+
+
+checking module TestParams
+ circular definitions: A B
diff --git a/testsuite/compiler/check/lincat-types/test.gfs.gold b/testsuite/compiler/check/lincat-types/test.gfs.gold index 9f19766e5..34aa5352c 100644 --- a/testsuite/compiler/check/lincat-types/test.gfs.gold +++ b/testsuite/compiler/check/lincat-types/test.gfs.gold @@ -1,7 +1,7 @@ -
-
-checking module TestCnc
- Happened in linearization type of S in TestCnc.gf, line 3:
- type of PTrue
- expected: Type
- inferred: PBool
+
+
+checking module TestCnc
+ Happened in linearization type of S in TestCnc.gf, line 3:
+ type of PTrue
+ expected: Type
+ inferred: PBool
diff --git a/testsuite/compiler/check/lins/lins.gfs.gold b/testsuite/compiler/check/lins/lins.gfs.gold index cdec8fbed..14b08a591 100644 --- a/testsuite/compiler/check/lins/lins.gfs.gold +++ b/testsuite/compiler/check/lins/lins.gfs.gold @@ -1,37 +1,37 @@ -checking module linsCnc
- Warning: no linearization type for C, inserting default {s : Str}
- Warning: no linearization of test
-abstract lins {
- cat C Nat
- cat Float
- cat Int
- cat Nat
- cat String
- fun test : C zero
- fun zero : Nat
-}
-concrete linsCnc {
- productions
- C0 -> F0[CVar]
- C1 -> F1[CVar]
- C1 -> F2[]
- functions
- F0 := (S0) [__gfV]
- F1 := () [__gfV]
- F2 := () [zero]
- sequences
- S0 := <0,0>
- categories
- C := range [C0 .. C0]
- labels ["s"]
- Float := range [CFloat .. CFloat]
- labels ["s"]
- Int := range [CInt .. CInt]
- labels ["s"]
- Nat := range [C1 .. C1]
- labels []
- String := range [CString .. CString]
- labels ["s"]
- __gfVar := range [CVar .. CVar]
- labels ["s"]
-}
+checking module linsCnc
+ Warning: no linearization type for C, inserting default {s : Str}
+ Warning: no linearization of test
+abstract lins {
+ cat C Nat
+ cat Float
+ cat Int
+ cat Nat
+ cat String
+ fun test : C zero
+ fun zero : Nat
+}
+concrete linsCnc {
+ productions
+ C0 -> F0[CVar]
+ C1 -> F1[CVar]
+ C1 -> F2[]
+ functions
+ F0 := (S0) [__gfV]
+ F1 := () [__gfV]
+ F2 := () [zero]
+ sequences
+ S0 := <0,0>
+ categories
+ C := range [C0 .. C0]
+ labels ["s"]
+ Float := range [CFloat .. CFloat]
+ labels ["s"]
+ Int := range [CInt .. CInt]
+ labels ["s"]
+ Nat := range [C1 .. C1]
+ labels []
+ String := range [CString .. CString]
+ labels ["s"]
+ __gfVar := range [CVar .. CVar]
+ labels ["s"]
+}
diff --git a/testsuite/compiler/check/oper-definition/test.gfs.gold b/testsuite/compiler/check/oper-definition/test.gfs.gold index cf2f7f5ec..6d1d6bc77 100644 --- a/testsuite/compiler/check/oper-definition/test.gfs.gold +++ b/testsuite/compiler/check/oper-definition/test.gfs.gold @@ -1,5 +1,5 @@ -
-
-checking module Res
- Happened in operation my_oper in Res.gf, line 3:
- No definition given to the operation
+
+
+checking module Res
+ Happened in operation my_oper in Res.gf, line 3:
+ No definition given to the operation
|
