blob: 2a29071fe2a61b646a8c7b7671c97765b39a43ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[[runs]]
input = [ "panic" ]
expect.exit-code = 0
expect.result = "Program not panic"
[[runs]]
input = [ "panic", "something_went_wrong" ]
expect.exit-code = 0
expect.result = "Program panic: something_went_wrong"
|