From e97fb47f7cdc2e4075a8beae1c9da802d65d6a81 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 19 Jan 2007 14:33:50 +0000 Subject: updated check files for cli tests --- test/files/cli/test2/Main.check.scalac | 1 + test/files/cli/test2/Main.check.scalaint | 24 ++++++------------------ 2 files changed, 7 insertions(+), 18 deletions(-) (limited to 'test/files/cli/test2') diff --git a/test/files/cli/test2/Main.check.scalac b/test/files/cli/test2/Main.check.scalac index e90c2c5d03..a3c0d101fe 100644 --- a/test/files/cli/test2/Main.check.scalac +++ b/test/files/cli/test2/Main.check.scalac @@ -55,5 +55,6 @@ where possible options include: -Xunapply enable unapply pattern matching -Xplugtypes parse but ignore annotations in more locations -Xkilloption optimizes option types + -XprintOuterMatches prints outer-checks caused by pattern matching one error found diff --git a/test/files/cli/test2/Main.check.scalaint b/test/files/cli/test2/Main.check.scalaint index 94b353e5b9..5eec5e231a 100644 --- a/test/files/cli/test2/Main.check.scalaint +++ b/test/files/cli/test2/Main.check.scalaint @@ -21,37 +21,25 @@ Option -Dproperty=value sets a Java system property. This is an interpreter for Scala. Type in expressions to have them evaluated. -Type :quit to exit the interpreter. -Type :compile followed by a filename to compile a complete Scala file. -Type :load followed by a filename to load a sequence of interpreter commands. -Type :replay to reset execution and replay all previous commands. -Type :help to repeat this message later. +Type :help for more information. scala> 2: 1: test 1 passed (1) -line0: scala.Unit = () +line0: scala.Unit = {} scala> This is an interpreter for Scala. Type in expressions to have them evaluated. -Type :quit to exit the interpreter. -Type :compile followed by a filename to compile a complete Scala file. -Type :load followed by a filename to load a sequence of interpreter commands. -Type :replay to reset execution and replay all previous commands. -Type :help to repeat this message later. +Type :help for more information. scala> 2: 1: test 2 passed (1) -line0: scala.Unit = () +line0: scala.Unit = {} scala> This is an interpreter for Scala. Type in expressions to have them evaluated. -Type :quit to exit the interpreter. -Type :compile followed by a filename to compile a complete Scala file. -Type :load followed by a filename to load a sequence of interpreter commands. -Type :replay to reset execution and replay all previous commands. -Type :help to repeat this message later. +Type :help for more information. scala> 2: 1: test 3 passed (1) -line0: scala.Unit = () +line0: scala.Unit = {} scala> -- cgit v1.2.3