From de004660726acb148bf0022706b7019ca560172d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2019 12:26:18 -0700 Subject: tests -> test --- tests/union-passing.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/union-passing.c (limited to 'tests/union-passing.c') diff --git a/tests/union-passing.c b/tests/union-passing.c deleted file mode 100644 index ddf35f2..0000000 --- a/tests/union-passing.c +++ /dev/null @@ -1,2 +0,0 @@ -void f(union {int x; float y;} u) { -} -- cgit v1.2.3