aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/classof.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/classof.check')
-rw-r--r--tests/pending/run/classof.check22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/pending/run/classof.check b/tests/pending/run/classof.check
deleted file mode 100644
index 83e292352..000000000
--- a/tests/pending/run/classof.check
+++ /dev/null
@@ -1,22 +0,0 @@
-Value types:
-void
-boolean
-byte
-short
-char
-int
-long
-float
-double
-Class types
-class SomeClass
-class scala.collection.immutable.List
-class scala.Tuple2
-Arrays:
-class [Lscala.runtime.BoxedUnit;
-class [I
-class [D
-class [Lscala.collection.immutable.List;
-Functions:
-interface scala.Function2
-interface scala.Function1