llvm-6502/projects/Stacker/test/testing.st

6 lines
107 B
Smalltalk
Raw Normal View History

#
# Common definitions for testing
#
: success "Success" >s CR 0 EXIT ;
: failure "Failure" >s CR 1 EXIT ;