Skip to content

Commit a08a822

Browse files
committed
Merge pull request #72 from qifun/patch-1
Added the missed s
2 parents 6fe79e9 + 6216b25 commit a08a822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/scala/async/TreeInterrogation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object TreeInterrogation extends App {
6565

6666
withDebug {
6767
val cm = reflect.runtime.currentMirror
68-
val tb = mkToolbox("-cp ${toolboxClasspath} -Xprint:typer -uniqid")
68+
val tb = mkToolbox(s"-cp ${toolboxClasspath} -Xprint:typer -uniqid")
6969
import scala.async.internal.AsyncId._
7070
val tree = tb.parse(
7171
"""

0 commit comments

Comments
 (0)