summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-24 12:19:31 -0800
committerPaul Phillips <paulp@improving.org>2013-01-24 12:19:32 -0800
commit873aecceea7a6a95e95a015c6c05686d31183621 (patch)
tree09bb2a61e01d23750b0a8d224c3fecdf69040c9d
parent6fd92774fe1cbee4ec68af359fa57cbd4ad8fc01 (diff)
downloadscala-873aecceea7a6a95e95a015c6c05686d31183621.tar.gz
scala-873aecceea7a6a95e95a015c6c05686d31183621.tar.bz2
scala-873aecceea7a6a95e95a015c6c05686d31183621.zip
Fix broken build.
It's all system admin, all the time, here at scala ranch.
-rw-r--r--test/files/run/reify_magicsymbols.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reify_magicsymbols.check b/test/files/run/reify_magicsymbols.check
index e2aa46a364..c9d892d793 100644
--- a/test/files/run/reify_magicsymbols.check
+++ b/test/files/run/reify_magicsymbols.check
@@ -10,4 +10,4 @@ List[Null]
List[Nothing]
AnyRef{def foo(x: Int): Int}
Int* => Unit
-=> Int => Unit
+(=> Int) => Unit