summaryrefslogtreecommitdiffstats
path: root/tests/ui/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/Cargo.toml')
-rw-r--r--tests/ui/Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml
index d5595ca0..44f2d8d7 100644
--- a/tests/ui/Cargo.toml
+++ b/tests/ui/Cargo.toml
@@ -10,9 +10,10 @@ edition = "2018"
publish = false
[dependencies]
-assert_cmd = "0.11"
-assert_fs = "0.11"
-duct = "0.13"
-env_logger = "0.7"
-log = "0.4"
-predicates = "1"
+assert_cmd = "0.11"
+assert_fs = "0.11"
+duct = "0.13"
+env_logger = "0.7"
+log = "0.4"
+predicates = "1"
+pretty_assertions = "0.6"