Skip to content

Commit b921b7b

Browse files
committed
Fix repl compiler test
1 parent e18c601 commit b921b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/ReplCompilerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ReplCompilerTests extends ReplTest {
132132
fromInitialState { implicit state => run("delegate for Int = 10") }
133133
.andThen { implicit state =>
134134
assertEquals(
135-
"def Int_instance: Int",
135+
"def Int_given: Int",
136136
storedOutput().trim
137137
)
138138
run("implicitly[Int]")

0 commit comments

Comments
 (0)