From cef268814af8845b5879130a9b64d772e75163b3 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 19 May 2008 18:05:33 +0000 Subject: More deprecation warnings fixed. --- test/files/run/interpreter.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/run/interpreter.check') 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> -- cgit v1.2.3