aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/traitParamsTyper.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/traitParamsTyper.scala')
-rw-r--r--tests/neg/traitParamsTyper.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/traitParamsTyper.scala b/tests/neg/traitParamsTyper.scala
index f87ba3691..e97906b50 100644
--- a/tests/neg/traitParamsTyper.scala
+++ b/tests/neg/traitParamsTyper.scala
@@ -6,7 +6,7 @@ class C(x: Int) extends T() // error
trait U extends C with T
-trait V extends C(1) with T(2) // two errors
+trait V extends C(1) with T(2) // error // error
trait W extends T(3) // error