llvm-project/stacker/test/testing.st

6 lines
107 B
Smalltalk
Raw Normal View History

2003-11-24 02:12:22 +08:00
#
# Common definitions for testing
#
: success "Success" >s CR 0 EXIT ;
: failure "Failure" >s CR 1 EXIT ;