From 5b49974bd6ddd248b5ee1b1e29c0acfc3c422a3a Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 12 Jun 2017 12:42:17 -0700 Subject: Rename tests from `*.spire` to `*.slang` Many of the existing test cases were being skipped on accident, because their file names used `.spire` and the test tool was now looking for `.slang` --- tests/diagnostics/variable-void-type.spire | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/diagnostics/variable-void-type.spire (limited to 'tests/diagnostics/variable-void-type.spire') diff --git a/tests/diagnostics/variable-void-type.spire b/tests/diagnostics/variable-void-type.spire deleted file mode 100644 index 926e6401d..000000000 --- a/tests/diagnostics/variable-void-type.spire +++ /dev/null @@ -1,7 +0,0 @@ -//TEST:SIMPLE: -// variable with `void` type - -void foo() -{ - void a; -} -- cgit v1.2.3