summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.check
diff options
context:
space:
mode:
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>