summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-03-07 03:32:08 -0800
committerChris Wanstrath <chris@ozmm.org>2010-03-07 03:32:08 -0800
commit4b9c650685c3429b16f3f8c4608300c96b36c68f (patch)
tree4f037986f082b6c824fcdf84e3ddf894c846032e
parent193e50d7fd1cbec68e88ab23ccf8f154051fa8ed (diff)
downloademacs-4b9c650685c3429b16f3f8c4608300c96b36c68f.tar.gz
no more test.coffee
-rw-r--r--test.coffee26
1 files changed, 0 insertions, 26 deletions
diff --git a/test.coffee b/test.coffee
deleted file mode 100644
index c74e1af42bf..00000000000
--- a/test.coffee
+++ /dev/null
@@ -1,26 +0,0 @@
-Person: {
- hi: "world"
-
- world: "hi"
-}
-
-hi: "mom"
-
-Person: {
-
-
-
-class Dog
- constructor: (hey) =>
-
-
-
-
-
-
-
-
-
-
-
-