diff options
| author | Niklas Anderson <nkanders@gmail.com> | 2019-07-26 16:44:10 -0700 |
|---|---|---|
| committer | Niklas Anderson <nkanders@gmail.com> | 2019-07-26 16:58:12 -0700 |
| commit | a750e4a1a3006227292bb17d57d78ce84da6bfc6 (patch) | |
| tree | 46e62337487349a218a775ee9242cab6d5c7026b /info.toml | |
| parent | 1c789dda08a57e1a3292d42e2d63f2c4d631057d (diff) | |
fix(option1): Add test for prematurely passing exercise
Fixes the bug referenced in #160, but does not address the larger feature work referenced by the issue.
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ mode = "test" [[exercises]] path = "exercises/error_handling/option1.rs" -mode = "compile" +mode = "test" [[exercises]] path = "exercises/error_handling/result1.rs" |
