summaryrefslogtreecommitdiff
path: root/test/files/pos/t1090.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1090.scala')
-rw-r--r--test/files/pos/t1090.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1090.scala b/test/files/pos/t1090.scala
index a9bce90b00..dca762af4f 100644
--- a/test/files/pos/t1090.scala
+++ b/test/files/pos/t1090.scala
@@ -10,7 +10,7 @@ object Test {
type Node = Core.this.Node
}
def f(manager : Manager) = manager.iterator.foreach{
- case node : NodeImpl =>
+ case node : NodeImpl =>
}
}
}