Skip to content

Commit 6075c1e

Browse files
authored
Merge pull request #132 from echoumcp1/echoumcp1/clarify-readme-example
Clarify readme failure example
2 parents 2f6d302 + 19203a7 commit 6075c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn test_addition_commutative(tc: TestCase) {
3434
}
3535
```
3636

37-
This test will fail! Integer addition panics on overflow. Hegel will produce a minimal failing test case for us:
37+
This test will fail when run with `cargo test`! Integer addition panics on overflow in the `test` profile. Hegel will produce a minimal failing test case for us:
3838

3939
```
4040
Draw 1: 1

0 commit comments

Comments
 (0)