diff --git a/compiler/test-resources/repl-macros/i6263 b/compiler/test-resources/repl-macros/i6263 index 4b3df71a76b0..2bb2b18f91e9 100644 --- a/compiler/test-resources/repl-macros/i6263 +++ b/compiler/test-resources/repl-macros/i6263 @@ -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