Skip to content

Commit cd9b3f8

Browse files
committed
Adapt test to pass CI
The cause of the failure is reported in the following PR: #7017 Once that issue is fixed, we should re-enable the following test scala> object O // defined object O scala> withQuoteContext { fn(O) } ok
1 parent 218112b commit cd9b3f8

File tree

1 file changed

+0
-4
lines changed
  • compiler/test-resources/repl-macros

1 file changed

+0
-4
lines changed

compiler/test-resources/repl-macros/i6263

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ scala> withQuoteContext { fn("foo") }
77
ok
88
scala> withQuoteContext { fn((1,2)) }
99
ok
10-
scala> object O
11-
// defined object O
12-
scala> withQuoteContext { fn(O) }
13-
ok
1410
scala> withQuoteContext { fn(1) }
1511
ok

0 commit comments

Comments
 (0)