diff options
Diffstat (limited to 'proptest-regressions/types/mod.txt')
-rw-r--r-- | proptest-regressions/types/mod.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proptest-regressions/types/mod.txt b/proptest-regressions/types/mod.txt new file mode 100644 index 000000000000..b18559006799 --- /dev/null +++ b/proptest-regressions/types/mod.txt @@ -0,0 +1,7 @@ +# Seeds for failure cases proptest has generated in the past. It is +# automatically read and these particular cases re-run before any +# novel cases are generated. +# +# It is recommended to check this file in to source control so that +# everyone who runs the test benefits from these saved cases. +cc a51cf37623f0e4024f4ba1450195be296d9b9e8ae954dbbf997ce5b57cd26792 # shrinks to a = Position { x: 44, y: 25 }, b = Position { x: 0, y: 25 }, c = Position { x: 0, y: 0 } |