summary refs log tree commit diff stats
path: root/tests/progress.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:08:50 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-03-23 12:08:50 -0300
commit0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd (patch)
tree6831816f1ba78c8ba3c313ede338afc177c1834d /tests/progress.rs
parent56a744b412a1ecb3f3875998d959d518287bcc95 (diff)
Fix bug preventing multiple impl trait in a row
Diffstat (limited to 'tests/progress.rs')
-rw-r--r--tests/progress.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/progress.rs b/tests/progress.rs
index aa42baa..22110b0 100644
--- a/tests/progress.rs
+++ b/tests/progress.rs
@@ -9,6 +9,7 @@ fn tests() {
     t.pass("tests/06-impl-trait.rs");
     t.pass("tests/07-docs.rs");
     t.pass("tests/08-inherent-docs.rs");
+    t.pass("tests/09-multiple-traits.rs");
     t.pass("tests/98-readme.rs");
     t.pass("tests/99-goal.rs");
 }