diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-17 15:58:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-17 15:58:42 +0000 |
commit | f7b0135c64da13d64fb0add0c96e84289beb07b4 (patch) | |
tree | 1efc29623af8929e31fc90a34f1588bc24375985 /crates/ra_text_edit/Cargo.toml | |
parent | b4c30fb8961177809646ccd72a7f62c7fd4fca4f (diff) | |
parent | 57140f1730b4ac39697bfad530409ac8472e4e9d (diff) |
Merge #3195
3195: Drop proptest tests r=matklad a=matklad
It takes waaay to long to compile.
We should add quickcheck tests when we touch the relevant code next
time.
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_text_edit/Cargo.toml')
-rw-r--r-- | crates/ra_text_edit/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml index 8573c521a..4490ae43b 100644 --- a/crates/ra_text_edit/Cargo.toml +++ b/crates/ra_text_edit/Cargo.toml | |||
@@ -11,11 +11,5 @@ doctest = false | |||
11 | [dependencies] | 11 | [dependencies] |
12 | text_unit = "0.1.6" | 12 | text_unit = "0.1.6" |
13 | 13 | ||
14 | [dependencies.proptest] | ||
15 | version = "0.9.0" | ||
16 | # Disable `fork` feature to allow compiling on webassembly | ||
17 | default-features = false | ||
18 | features = ["std", "bit-set", "break-dead-code"] | ||
19 | |||
20 | [dev-dependencies] | 14 | [dev-dependencies] |
21 | test_utils = { path = "../test_utils" } | 15 | test_utils = { path = "../test_utils" } |