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/missing-include-file.slang | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/diagnostics/missing-include-file.slang (limited to 'tests/diagnostics/missing-include-file.slang') diff --git a/tests/diagnostics/missing-include-file.slang b/tests/diagnostics/missing-include-file.slang new file mode 100644 index 000000000..9e0f99b9c --- /dev/null +++ b/tests/diagnostics/missing-include-file.slang @@ -0,0 +1,4 @@ +//TEST:SIMPLE: +// trying to include a non-existant file + +#include "does-not-exist.h" -- cgit v1.2.3