diff options
Diffstat (limited to 'tests/fixture/state/info.toml')
| -rw-r--r-- | tests/fixture/state/info.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fixture/state/info.toml b/tests/fixture/state/info.toml new file mode 100644 index 0000000..7bfc697 --- /dev/null +++ b/tests/fixture/state/info.toml @@ -0,0 +1,11 @@ +[[exercises]] +name = "pending_exercise" +path = "pending_exercise.rs" +mode = "compile" +hint = """""" + +[[exercises]] +name = "pending_test_exercise" +path = "pending_test_exercise.rs" +mode = "test" +hint = """""" |
