diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-04-22 11:10:09 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-04-22 11:10:09 -0300 |
commit | a0f77cbba537514f84f64c5be660f2bdcd69782f (patch) | |
tree | 133abaff9d49703c27d6d3717361f2dfb3947905 /tests/progress.rs | |
parent | 36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 (diff) |
Fix things not being cleaned up correctly
Diffstat (limited to 'tests/progress.rs')
-rw-r--r-- | tests/progress.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/progress.rs b/tests/progress.rs index 74c5774..5a1bdb6 100644 --- a/tests/progress.rs +++ b/tests/progress.rs @@ -11,6 +11,7 @@ fn tests() { t.pass("tests/08-inherent-docs.rs"); t.pass("tests/09-multiple-traits.rs"); t.pass("tests/10-multiple-traits-with-generics.rs"); + t.pass("tests/11-traits-generics-docs.rs"); t.pass("tests/98-readme.rs"); t.pass("tests/99-goal.rs"); } |