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 ea59e87 commit 147508e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ object AdvancedTests extends TestSuite{
}
test("macroParadiseWorks"){
// no more macroparadise in 2.13
if (scala2_12) {
if (scala2_12 && scala.util.Properties.versionNumberString != "2.12.10") {
val scalaVersion: String = scala.util.Properties.versionNumberString
val c1: DualTestRepl = new DualTestRepl()
c1.session(s"""
Expand Down

0 comments on commit 147508e

Please sign in to comment.