aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1432.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t1432.scala')
-rw-r--r--tests/untried/neg/t1432.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/neg/t1432.scala b/tests/untried/neg/t1432.scala
index bdf233128..5df20121d 100644
--- a/tests/untried/neg/t1432.scala
+++ b/tests/untried/neg/t1432.scala
@@ -7,7 +7,7 @@ object Bug_NoUnique {
type Alias2[E] = Wrap[E]
def wrap[E,A,Y](v : (A,E=>Y)) : (A,Alias2[E]=>Y) =
- throw new Error("Body here")
+ throw new Error("Body here")
def test(x : TypeCon[Wrap[Unit]]) : TypeCon[Unit] = wrap(x)
}