aboutsummaryrefslogtreecommitdiff
path: root/tests/consistent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/consistent.rs')
-rw-r--r--tests/consistent.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/consistent.rs b/tests/consistent.rs
index 0f9ea53..722f2a5 100644
--- a/tests/consistent.rs
+++ b/tests/consistent.rs
@@ -157,10 +157,7 @@ macro_rules! checker {
}
impl quickcheck::Testable for RegexEqualityTest {
- fn result<G: quickcheck::Gen>(
- &self,
- gen: &mut G,
- ) -> TestResult {
+ fn result(&self, gen: &mut quickcheck::Gen) -> TestResult {
let input = $mk_input(gen);
let input = &input;