"Evaluating first chunk of this test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
self print: 'Require s8 execution environment.'.
self abort
].
(Smalltalk isRunningOn: #py) ifFalse: [
self print: 'Require Python runtime.'.
self abort
].
|