diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-28 13:47:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-28 13:47:53 +0100 |
commit | 32b089d6ec8e0ede0871f201437d16efd341b150 (patch) | |
tree | 8637a952f4f24f243c07ec8bccbb1d590859108c /crates/syntax | |
parent | 7183d72fa1b24f1ffe9960e9959d20d9b885ae3c (diff) | |
parent | c692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (diff) |
Merge #5907
5907: :arrow_up: expect-test
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 2c1bdb295..af61bb658 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -30,6 +30,6 @@ parser = { path = "../parser", version = "0.0.0" } | |||
30 | [dev-dependencies] | 30 | [dev-dependencies] |
31 | walkdir = "2.3.1" | 31 | walkdir = "2.3.1" |
32 | rayon = "1" | 32 | rayon = "1" |
33 | expect-test = "0.1" | 33 | expect-test = "1.0" |
34 | 34 | ||
35 | test_utils = { path = "../test_utils" } | 35 | test_utils = { path = "../test_utils" } |