From 3d11d7685b2c3478c35a09fbb7543c03f5043bbe Mon Sep 17 00:00:00 2001 From: Chris Pearce Date: Sun, 7 Apr 2019 17:49:34 +0100 Subject: Modify integration tests to fail on panic --- tests/fixture/success/info.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/fixture/success/info.toml (limited to 'tests/fixture/success/info.toml') 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 -- cgit v1.2.3