summaryrefslogtreecommitdiff
path: root/test/files/scalap/cbnParam/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/cbnParam/result.test')
-rw-r--r--test/files/scalap/cbnParam/result.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/cbnParam/result.test b/test/files/scalap/cbnParam/result.test
index fbe035d63c..52ecb6ae66 100644
--- a/test/files/scalap/cbnParam/result.test
+++ b/test/files/scalap/cbnParam/result.test
@@ -1,3 +1,3 @@
-class CbnParam extends java.lang.Object {
+class CbnParam extends scala.AnyRef {
def this(s : => scala.Predef.String) = { /* compiled code */ }
}