From a0eb2af8114da819faa26d7ea2880790398d5ada Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 12 Mar 2008 16:07:46 +0000 Subject: moved typerep test to jvm5 --- test/files/jvm/typerep.check | 49 -------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100755 test/files/jvm/typerep.check (limited to 'test/files/jvm/typerep.check') diff --git a/test/files/jvm/typerep.check b/test/files/jvm/typerep.check deleted file mode 100755 index ca93180946..0000000000 --- a/test/files/jvm/typerep.check +++ /dev/null @@ -1,49 +0,0 @@ -Boolean -Boolean -true -Byte -Char -Int -Long -Float -Double -String -Unit -Class[Int] - -Some[Int] -Some[Int] -Some[Some[Int]] -Some[List[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 - -- cgit v1.2.3