aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/boundspropagation.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/boundspropagation.scala')
-rw-r--r--tests/neg/boundspropagation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/boundspropagation.scala b/tests/neg/boundspropagation.scala
index b545b09da..dd4ebf513 100644
--- a/tests/neg/boundspropagation.scala
+++ b/tests/neg/boundspropagation.scala
@@ -40,5 +40,5 @@ object test4 {
}
class Test5 {
-"": ({ type U = this.type })#U // error // error
+"": ({ type U = this.type })#U // error
}