summaryrefslogtreecommitdiff
path: root/cask/actor/test/src/ActorsTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'cask/actor/test/src/ActorsTest.scala')
-rw-r--r--cask/actor/test/src/ActorsTest.scala17
1 files changed, 0 insertions, 17 deletions
diff --git a/cask/actor/test/src/ActorsTest.scala b/cask/actor/test/src/ActorsTest.scala
deleted file mode 100644
index 2c81e5b..0000000
--- a/cask/actor/test/src/ActorsTest.scala
+++ /dev/null
@@ -1,17 +0,0 @@
-package cask.actor
-import utest._
-object ActorsTest extends TestSuite{
- def tests = Tests{
- test("hello"){
- import Context.Simple.global
-
- sealed trait Msg
-
- object logger extends SimpleActor[Msg]{
- def run(msg: Msg) = {
-
- }
- }
- }
- }
-} \ No newline at end of file