summaryrefslogtreecommitdiff
path: root/test/files/cli/test3/Main.check.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-05-09 14:59:37 +0000
committermichelou <michelou@epfl.ch>2006-05-09 14:59:37 +0000
commit960380abbfd6b4986915247198f6c8b3576362cb (patch)
tree124cc8572a568794ef3f9e038422a8ae3d933afa /test/files/cli/test3/Main.check.scala
parent3379165fc10883211f6de9ed6ea89b5424c4bf86 (diff)
downloadscala-960380abbfd6b4986915247198f6c8b3576362cb.tar.gz
scala-960380abbfd6b4986915247198f6c8b3576362cb.tar.bz2
scala-960380abbfd6b4986915247198f6c8b3576362cb.zip
fixed error in file templates/generic-unix.tmpl
added corresponding test in script file test/clitest
Diffstat (limited to 'test/files/cli/test3/Main.check.scala')
-rw-r--r--test/files/cli/test3/Main.check.scala14
1 files changed, 8 insertions, 6 deletions
diff --git a/test/files/cli/test3/Main.check.scala b/test/files/cli/test3/Main.check.scala
index d920b45a05..de3eb7b136 100644
--- a/test/files/cli/test3/Main.check.scala
+++ b/test/files/cli/test3/Main.check.scala
@@ -1,8 +1,10 @@
Unrecognized option: -cpp
Could not create the Java virtual machine.
-3: 1: test 1 passed
-3: 2: 1: test 1 passed
-3: 1: test 2 passed
-3: 2: 1: test 2 passed
-3: 1: test 3 passed
-3: 2: 1: test 3 passed
+3: 1: test 1 passed (1)
+3: 2: 1: test 1 passed (1)
+3: 1: test 2 passed (1)
+3: 2: 1: test 2 passed (1)
+3: 1: test 3 passed (1)
+3: 2: 1: test 3 passed (1)
+3: 1: test 4 passed (2)
+3: 2: 1: test 4 passed (2)