diff options
Diffstat (limited to 'tests/fixture/failure/info.toml')
| -rw-r--r-- | tests/fixture/failure/info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fixture/failure/info.toml b/tests/fixture/failure/info.toml index 20d570a..e5949f9 100644 --- a/tests/fixture/failure/info.toml +++ b/tests/fixture/failure/info.toml @@ -2,10 +2,10 @@ name = "compFailure" path = "compFailure.rs" mode = "compile" -hint = """""" +hint = "" [[exercises]] name = "testFailure" path = "testFailure.rs" mode = "test" -hint = """""" +hint = "Hello!" |
