summary refs log tree commit diff stats
path: root/tests/progress.rs
diff options
context:
space:
mode:
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 ef302b0..1cece81 100644
--- a/tests/progress.rs
+++ b/tests/progress.rs
@@ -14,6 +14,7 @@ fn tests() {
     t.pass("tests/11-traits-generics-docs.rs");
     t.pass("tests/12-combining-generics.rs");
     t.pass("tests/13-trait-generics.rs");
+    t.pass("tests/14-where-on-trait.rs");
     t.pass("tests/98-readme.rs");
     t.pass("tests/99-goal.rs");
 }