From a750e4a1a3006227292bb17d57d78ce84da6bfc6 Mon Sep 17 00:00:00 2001 From: Niklas Anderson Date: Fri, 26 Jul 2019 16:44:10 -0700 Subject: 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. --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'info.toml') diff --git a/info.toml b/info.toml index 6c4f639..d7f86f9 100644 --- a/info.toml +++ b/info.toml @@ -192,7 +192,7 @@ mode = "test" [[exercises]] path = "exercises/error_handling/option1.rs" -mode = "compile" +mode = "test" [[exercises]] path = "exercises/error_handling/result1.rs" -- cgit v1.2.3