Guest User

Untitled

a guest
Dec 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. % make tests/PepTest
  2. ./mate tests/PepTest
  3. testIf: OK
  4. testFor: OK
  5. testTableSwitch: OK
  6. testLookupSwitch: OK
  7. Primes less than 50: 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47
  8. testExc1(simple throw/catch): OK
  9. testExc3(catch in inner): OK
  10. testExc4(catch in outer): OK
  11. testExc5(rethrow): OK
  12. testExc6(throw accross call): OK
  13. testExc7(throw accr. 2 calls): OK
  14. checkInterfaceInstanceOf: OK
  15. testDeepStack: OK
  16. ****** PepTest completed ******
Add Comment
Please, Sign In to add comment