summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-24 12:21:12 -0800
committerPaul Phillips <paulp@improving.org>2013-01-24 12:21:12 -0800
commitedc9f123cac5b06894d50adfb61cc6cd1456eedb (patch)
tree09bb2a61e01d23750b0a8d224c3fecdf69040c9d
parent6fd92774fe1cbee4ec68af359fa57cbd4ad8fc01 (diff)
parent873aecceea7a6a95e95a015c6c05686d31183621 (diff)
downloadscala-edc9f123cac5b06894d50adfb61cc6cd1456eedb.tar.gz
scala-edc9f123cac5b06894d50adfb61cc6cd1456eedb.tar.bz2
scala-edc9f123cac5b06894d50adfb61cc6cd1456eedb.zip
Merge pull request #1968 from paulp/pr/fixbuild
Fix broken build.
-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