changeset 1149 | 9058f09cac26 |
parent 921 | 818510fa3d99 |
child 1164 | 80bb73097736 |
2:79fd4e0ee2e7 | 3:324445ea950a |
---|---|
16 |
16 |
17 #include "test_tools.h" |
17 #include "test_tools.h" |
18 |
18 |
19 int main() |
19 int main() |
20 { |
20 { |
21 check(false, "Don't panic. Failing is the right behaviour."); |
21 check(false, "Don't panic. Failing is the right behaviour here."); |
22 return 0; |
22 return 0; |
23 } |
23 } |