From 81141178a6e32579a34118a3deb64350272f6d2d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 22 Jun 2018 20:25:15 +0200 Subject: Add test for 'super' macro --- testing/tests/inheritance.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testing/tests') diff --git a/testing/tests/inheritance.rs b/testing/tests/inheritance.rs index 5eb42dd..8c07c4e 100644 --- a/testing/tests/inheritance.rs +++ b/testing/tests/inheritance.rs @@ -142,6 +142,9 @@ fn test_deep() { Test + + + @@ -237,6 +240,9 @@ fn test_flat_deep() { Test + + + -- cgit