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/front-end/parser-using-file.spire.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/front-end/parser-using-file.spire.disabled') diff --git a/tests/front-end/parser-using-file.spire.disabled b/tests/front-end/parser-using-file.spire.disabled index f93fb576c..b2e1648f7 100644 --- a/tests/front-end/parser-using-file.spire.disabled +++ b/tests/front-end/parser-using-file.spire.disabled @@ -1,6 +1,6 @@ //TEST:SIMPLE: // test that we can include a file via `using` -using "parser-using-file-a.spireh"; +using "parser-using-file-a.slang.h"; float base( float x ) { return a(x); } \ No newline at end of file -- cgit v1.2.3