aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-08-14 17:03:26 +0200
committerPhilipp Haller <hallerp@gmail.com>2013-08-14 17:11:14 +0200
commit0bdace22adba1f2d5944f0e1ecfead45171862f5 (patch)
tree43ac7937999212689d1dcfef70c7ff23937dd9f4 /src/test
parent0c5a1ea043c72bbc3568a8df7f75bc65a261ed21 (diff)
downloadscala-async-0bdace22adba1f2d5944f0e1ecfead45171862f5.tar.gz
scala-async-0bdace22adba1f2d5944f0e1ecfead45171862f5.tar.bz2
scala-async-0bdace22adba1f2d5944f0e1ecfead45171862f5.zip
Collection of clean-ups
- removed outdated comments in ANF transform - added a few comments - removed some unnecessary imports
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/scala/async/TreeInterrogation.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/scala/async/TreeInterrogation.scala b/src/test/scala/scala/async/TreeInterrogation.scala
index 770c0f9..a3d2c67 100644
--- a/src/test/scala/scala/async/TreeInterrogation.scala
+++ b/src/test/scala/scala/async/TreeInterrogation.scala
@@ -72,7 +72,6 @@ object TreeInterrogation extends App {
import scala.async.Async._
val tree = tb.parse(
""" import _root_.scala.async.internal.AsyncId.{async, await}
- | import reflect.runtime.universe._
| async {
| implicit def view(a: Int): String = ""
| await(0).length