summary refs log tree commit diff stats
path: root/tests/progress.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:11:15 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-13 00:11:15 -0300
commitcf68dd857cd772b47dc46731c6bbb02112f07889 (patch)
tree86c6a971fe4d013701ea121b3bb3304d8154f0ae /tests/progress.rs
parenta0f77cbba537514f84f64c5be660f2bdcd69782f (diff)
Make generics work in more places
Diffstat (limited to 'tests/progress.rs')
-rw-r--r--tests/progress.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/progress.rs b/tests/progress.rs
index 5a1bdb6..ef302b0 100644
--- a/tests/progress.rs
+++ b/tests/progress.rs
@@ -12,6 +12,8 @@ fn tests() {
     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/12-combining-generics.rs");
+    t.pass("tests/13-trait-generics.rs");
     t.pass("tests/98-readme.rs");
     t.pass("tests/99-goal.rs");
 }