Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 12, 2019
1 parent 147508e commit 749601f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ object ImportHookTests extends TestSuite{

test("inlineFull"){
// no more macroparadise in 2.13
if (scala2_12) check.session("""
if (scala2_12 && scala.util.Properties.versionNumberString != "2.12.10") {
check.session("""
@ import org.scalamacros.paradise.Settings._
error: object scalamacros is not a member of package org
Expand All @@ -121,6 +122,7 @@ object ImportHookTests extends TestSuite{
@ boolSetting("key").value
res1: Boolean = false
""")
}
}
}
test("url"){
Expand Down

0 comments on commit 749601f

Please sign in to comment.