testing3/re1d_test.scala
changeset 160 863feeb5c760
parent 153 4383809c176a
--- a/testing3/re1d_test.scala	Tue Nov 28 20:37:57 2017 +0000
+++ b/testing3/re1d_test.scala	Wed Nov 29 21:22:29 2017 +0000
@@ -1,13 +1,13 @@
 
-import scala.concurrent._
-import scala.concurrent.duration._
-import ExecutionContext.Implicits.global
-import scala.language.postfixOps 
-import scala.language.reflectiveCalls
+//import scala.concurrent._
+//import scala.concurrent.duration._
+//import ExecutionContext.Implicits.global
+//import scala.language.postfixOps 
+//import scala.language.reflectiveCalls
 
 
 
-lazy val f = Future {
+//lazy val f = Future {
   import CW8a._
 
   val EVIL_urban = SEQ(STAR(STAR(CHAR('a'))), CHAR('b'))
@@ -36,6 +36,6 @@
   assert(matcher(ONE | CHAR('a'), "") == true)
   //println("12")
   assert(matcher(ONE | CHAR('a'), "a") == true)
-}
+//}
 
-Await.result(f, 90 second)
+//Await.result(f, 90 second)