From b0f9d2a0badb4ce193e66d6b8400a291685c761b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 9 Jul 2017 09:24:29 -0700 Subject: [PATCH] Exclude macros file from being tested by itself --- test_suite/tests/{macros.rs => macros/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test_suite/tests/{macros.rs => macros/mod.rs} (100%) diff --git a/test_suite/tests/macros.rs b/test_suite/tests/macros/mod.rs similarity index 100% rename from test_suite/tests/macros.rs rename to test_suite/tests/macros/mod.rs