diff options
author | Aleksey Kladov <[email protected]> | 2020-02-17 15:57:06 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-17 15:57:06 +0000 |
commit | 57140f1730b4ac39697bfad530409ac8472e4e9d (patch) | |
tree | 1efc29623af8929e31fc90a34f1588bc24375985 /crates/ra_ide | |
parent | b4c30fb8961177809646ccd72a7f62c7fd4fca4f (diff) |
Drop proptest tests
It takes waaay to long to compile.
We should add quickcheck tests when we touch the relevant code next
time.
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 9ace35229..d50cf1d20 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -41,9 +41,3 @@ hir = { path = "../ra_hir", package = "ra_hir" } | |||
41 | 41 | ||
42 | [dev-dependencies] | 42 | [dev-dependencies] |
43 | insta = "0.13.0" | 43 | insta = "0.13.0" |
44 | |||
45 | [dev-dependencies.proptest] | ||
46 | version = "0.9.0" | ||
47 | # Disable `fork` feature to allow compiling on webassembly | ||
48 | default-features = false | ||
49 | features = ["std", "bit-set", "break-dead-code"] | ||