summaryrefslogtreecommitdiffstats
path: root/tests/config/tapered/test/boom-result.txt
blob: 871b5093c7a09623e700f1f38ed5d7843f8bc759 (plain)
1
2
3
4
5
6
7
ok 1 - ok - return nada.__eq
# Got this error: "boom-test.lua:13: attempt to index local 'x' (a nil value)"
not ok 2 - not ok - Test boom with a method that throws no exception
# Trouble in boom-test.lua around line 16
ok 3 - ok - Test boom with a method that throws an exception "Kaboom!"
# Got this error: "Kaboom!"
1..3