summaryrefslogtreecommitdiff
path: root/test/files/neg/t8849.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8849.check')
-rw-r--r--test/files/neg/t8849.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8849.check b/test/files/neg/t8849.check
index 15b00aee8b..1d5b4164b2 100644
--- a/test/files/neg/t8849.check
+++ b/test/files/neg/t8849.check
@@ -1,5 +1,5 @@
t8849.scala:8: error: ambiguous implicit values:
- both value global in object Implicits of type => scala.concurrent.ExecutionContext
+ both lazy value global in object Implicits of type => scala.concurrent.ExecutionContext
and value dummy of type scala.concurrent.ExecutionContext
match expected type scala.concurrent.ExecutionContext
require(implicitly[ExecutionContext] eq dummy)