aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2014-07-18 16:02:44 +0200
committerPhilipp Haller <hallerp@gmail.com>2014-07-18 16:02:44 +0200
commita08a822df9987bf34ec804f0e5a537da75fd3294 (patch)
treeb94561fbbb08499914418b98a9a1eb4d3576af60
parent6fe79e9f363eae18d3f309738710c86a2292ce6e (diff)
parent6216b2544c035cc15e7e585f5c675caa4c4cd2b2 (diff)
downloadscala-async-a08a822df9987bf34ec804f0e5a537da75fd3294.tar.gz
scala-async-a08a822df9987bf34ec804f0e5a537da75fd3294.tar.bz2
scala-async-a08a822df9987bf34ec804f0e5a537da75fd3294.zip
Merge pull request #72 from qifun/patch-1
Added the missed s
-rw-r--r--src/test/scala/scala/async/TreeInterrogation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/scala/async/TreeInterrogation.scala b/src/test/scala/scala/async/TreeInterrogation.scala
index 6e15513..0d5e68a 100644
--- a/src/test/scala/scala/async/TreeInterrogation.scala
+++ b/src/test/scala/scala/async/TreeInterrogation.scala
@@ -65,7 +65,7 @@ object TreeInterrogation extends App {
withDebug {
val cm = reflect.runtime.currentMirror
- val tb = mkToolbox("-cp ${toolboxClasspath} -Xprint:typer -uniqid")
+ val tb = mkToolbox(s"-cp ${toolboxClasspath} -Xprint:typer -uniqid")
import scala.async.internal.AsyncId._
val tree = tb.parse(
"""