aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-11 08:03:03 +0100
committerAleksey Kladov <[email protected]>2018-08-11 08:03:03 +0100
commitce898183b83eb2cf86c8c6ceeeac16ef68fdc802 (patch)
tree2fa5c6fb6ac70f6b24d2463c2f985005ca17260f /crates/libsyntax2/Cargo.toml
parentb18d2882f4f05078abfcf0595d08c226860de6c3 (diff)
Simplify tests
Diffstat (limited to 'crates/libsyntax2/Cargo.toml')
-rw-r--r--crates/libsyntax2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/Cargo.toml b/crates/libsyntax2/Cargo.toml
index f67735540..5a76ea82b 100644
--- a/crates/libsyntax2/Cargo.toml
+++ b/crates/libsyntax2/Cargo.toml
@@ -12,4 +12,4 @@ drop_bomb = "0.1.4"
12parking_lot = "0.6.0" 12parking_lot = "0.6.0"
13 13
14[dev-dependencies] 14[dev-dependencies]
15testutils = { path = "./tests/testutils" } 15difference = "2.0.0"