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/while-predicate-type.spire.expected | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/diagnostics/while-predicate-type.spire.expected (limited to 'tests/diagnostics/while-predicate-type.spire.expected') diff --git a/tests/diagnostics/while-predicate-type.spire.expected b/tests/diagnostics/while-predicate-type.spire.expected deleted file mode 100644 index 9f94e679e..000000000 --- a/tests/diagnostics/while-predicate-type.spire.expected +++ /dev/null @@ -1,6 +0,0 @@ -result code = -1 -standard error = { -Tests/Diagnostics/while-predicate-type.spire(9): error 30010: 'while': expression must evaluate to int. -} -standard output = { -} -- cgit v1.2.3