From a5795a8f45f73099d88817fc8eb6c265689b862e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 3 Mar 2021 08:55:19 +0100 Subject: Remove keyword single for all tests --- tests/tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/tests.rs (limited to 'tests/tests.rs') diff --git a/tests/tests.rs b/tests/tests.rs new file mode 100644 index 0000000..b5d480c --- /dev/null +++ b/tests/tests.rs @@ -0,0 +1,7 @@ +use trybuild::TestCases; + +#[test] +fn ui() { + let t = TestCases::new(); + t.compile_fail("ui/single/*.rs"); +} -- cgit v1.2.3