summaryrefslogtreecommitdiff
path: root/test/files/jvm/typerep.check
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-01-11 08:45:47 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-01-11 08:45:47 +0000
commit7ceeb1e609598bd89df1c462855625ed266cd154 (patch)
treef0c355814001b0f8aa55ed5a71d32dbdc4580e2a /test/files/jvm/typerep.check
parent4c05b14a7162b8c4d4088ec293708eb74f783213 (diff)
downloadscala-7ceeb1e609598bd89df1c462855625ed266cd154.tar.gz
scala-7ceeb1e609598bd89df1c462855625ed266cd154.tar.bz2
scala-7ceeb1e609598bd89df1c462855625ed266cd154.zip
Had to create a test/pending/jvm5 directory.
Moved tests that are failing, but no present fixes into pending.
Diffstat (limited to 'test/files/jvm/typerep.check')
-rw-r--r--test/files/jvm/typerep.check47
1 files changed, 0 insertions, 47 deletions
diff --git a/test/files/jvm/typerep.check b/test/files/jvm/typerep.check
deleted file mode 100644
index ff98348304..0000000000
--- a/test/files/jvm/typerep.check
+++ /dev/null
@@ -1,47 +0,0 @@
-Boolean
-Boolean
-true
-Byte
-Char
-Int
-Long
-Float
-Double
-String
-Unit
-
-Some[Int]
-Some[Int]
-Some[Some[Int]]
-None
-None
-
-List[Int]
-List[Int]
-List[List[Int]]
-Nil
-List[Any]
-
-Array[Int]
-Array[Array[Int]]
-Array[Int]
-Array[Int]
-Array[Int]
-Array[Int]
-
-Tuple2[Int, String]
-Tuple3[Char, Char, String]
-Tuple2[Tuple2[Int, String], Tuple2[Int, String]]
-Tuple2[Tuple2[Some[Char], Int], Tuple2[Some[Char], Int]]
-
-Function1[Int, Int]
-Int
-Function1[Int, Int]
-Int
-Function1[Int, Function1[Int, Int]]
-Function1[Int, Int]
-Int
-Function3[Boolean, List[Char], Int, Int]
-Function2[Function1[Int, Int], Int, Int]
-Int
-