diff options
| author | Chris Pearce <christopher.james.pearce@gmail.com> | 2019-04-07 17:49:34 +0100 |
|---|---|---|
| committer | Chris Pearce <christopher.james.pearce@gmail.com> | 2019-04-07 20:13:04 +0100 |
| commit | 3d11d7685b2c3478c35a09fbb7543c03f5043bbe (patch) | |
| tree | 31a7169226cba7c027653ad184e7bd57ea34e9dd /tests/fixture/success/info.toml | |
| parent | fbd0ccbd5b7c86846e2488bf4d8dce0b1b90b04e (diff) | |
Modify integration tests to fail on panic
Diffstat (limited to 'tests/fixture/success/info.toml')
| -rw-r--r-- | tests/fixture/success/info.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fixture/success/info.toml b/tests/fixture/success/info.toml new file mode 100644 index 0000000..e255db9 --- /dev/null +++ b/tests/fixture/success/info.toml @@ -0,0 +1,7 @@ +[[exercises]] +path = "compSuccess.rs" +mode = "compile" + +[[exercises]] +path = "testSuccess.rs" +mode = "test"
\ No newline at end of file |
