aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/test/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/test/program.lux')
-rw-r--r--new-luxc/source/test/program.lux18
1 files changed, 0 insertions, 18 deletions
diff --git a/new-luxc/source/test/program.lux b/new-luxc/source/test/program.lux
deleted file mode 100644
index 270f9005d..000000000
--- a/new-luxc/source/test/program.lux
+++ /dev/null
@@ -1,18 +0,0 @@
-(.module:
- [lux #*
- ["_" test (#+ Test)]
- [control
- ["." io]
- [parser
- [cli (#+ program:)]]]]
- [spec
- ["." compositor]]
- {1
- ["." /]})
-
-(program: args
- (<| io.io
- _.run!
- ## (_.times 100)
- (_.seed 1985013625126912890)
- (compositor.spec /.jvm /.bundle /.expander /.program)))