Skip to content

Commit

Permalink
Adapt test to pass CI
Browse files Browse the repository at this point in the history
The cause of the failure is reported in the following PR:

scala#7017

Once that issue is fixed, we should re-enable the following test

    scala> object O
    // defined object O
    scala> withQuoteContext { fn(O) }
    ok
  • Loading branch information
liufengyun committed Aug 11, 2019
1 parent 218112b commit cd9b3f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/test-resources/repl-macros/i6263
Expand Up @@ -7,9 +7,5 @@ scala> withQuoteContext { fn("foo") }
ok
scala> withQuoteContext { fn((1,2)) }
ok
scala> object O
// defined object O
scala> withQuoteContext { fn(O) }
ok
scala> withQuoteContext { fn(1) }
ok

0 comments on commit cd9b3f8

Please sign in to comment.