summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
commitcef268814af8845b5879130a9b64d772e75163b3 (patch)
tree9163649df167be1208532b0db7f21893664139ad /test/files/run/interpreter.check
parentf1954d9a3570572f5b79511c4eec7b6ceb7a9dd1 (diff)
downloadscala-cef268814af8845b5879130a9b64d772e75163b3.tar.gz
scala-cef268814af8845b5879130a9b64d772e75163b3.tar.bz2
scala-cef268814af8845b5879130a9b64d772e75163b3.zip
More deprecation warnings fixed.
Diffstat (limited to 'test/files/run/interpreter.check')
-rw-r--r--test/files/run/interpreter.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index 4689b659ba..ef8de4dc97 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -5,9 +5,9 @@ scala>
scala>
scala> res0: Int = 7
-scala> | | | | gcd: (int,int)int
+scala> | | | | gcd: (Int,Int)Int
-scala> five: int = 5
+scala> five: Int = 5
scala> x: Int = 1
@@ -46,7 +46,7 @@ scala>
scala>
scala> import bar._
-scala> m: int = 3
+scala> m: Int = 3
scala>
scala>