aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/test/testing.st
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/test/testing.st')
-rw-r--r--projects/Stacker/test/testing.st5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/Stacker/test/testing.st b/projects/Stacker/test/testing.st
deleted file mode 100644
index a5e32be84c..0000000000
--- a/projects/Stacker/test/testing.st
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Common definitions for testing
-#
-: success "Success" >s CR 0 EXIT ;
-: failure "Failure" >s CR 1 EXIT ;