summaryrefslogtreecommitdiff
path: root/test/files/run/repl-parens.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
committerPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
commit2b7fb460dd1e666ed37ccba49a82aab959413c22 (patch)
tree70f8f2b5799290a7d2d73632e91d82674be88ede /test/files/run/repl-parens.check
parent8e4cf271282e392c0ad0ea46217af6393a3f731a (diff)
downloadscala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.gz
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.bz2
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.zip
Updated checkfiles to subtract ScalaObject.
Diffstat (limited to 'test/files/run/repl-parens.check')
-rw-r--r--test/files/run/repl-parens.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-parens.check b/test/files/run/repl-parens.check
index 944846541f..69f0a9ce30 100644
--- a/test/files/run/repl-parens.check
+++ b/test/files/run/repl-parens.check
@@ -66,7 +66,7 @@ scala> 55 ; () => 5
res13: () => Int = <function0>
scala> () => { class X ; new X }
-res14: () => Object with ScalaObject = <function0>
+res14: () => Object = <function0>
scala>