summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/shl.st
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/test/shl.st')
-rw-r--r--projects/Stacker/test/shl.st7
1 files changed, 0 insertions, 7 deletions
diff --git a/projects/Stacker/test/shl.st b/projects/Stacker/test/shl.st
deleted file mode 100644
index 5919d286be..0000000000
--- a/projects/Stacker/test/shl.st
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# SHL test
-#
-FORWARD success;
-FORWARD failure;
-: show_failure >d SPACE failure ;
-: MAIN 64 3 << 512 = IF success ELSE show_failure ENDIF ;