diff options
Diffstat (limited to 'tests/front-end')
| -rw-r--r-- | tests/front-end/lexer-comments.slang (renamed from tests/front-end/lexer-comments.spire) | 0 | ||||
| -rw-r--r-- | tests/front-end/parser-decls.slang (renamed from tests/front-end/parser-decls.spire) | 0 | ||||
| -rw-r--r-- | tests/front-end/parser-empty.slang (renamed from tests/front-end/parser-empty.spire) | 0 | ||||
| -rw-r--r-- | tests/front-end/parser-error-unclosed-curly.slang (renamed from tests/front-end/parser-error-unclosed-curly.spire) | 0 | ||||
| -rw-r--r-- | tests/front-end/parser-error-unclosed-curly.slang.expected | 6 | ||||
| -rw-r--r-- | tests/front-end/parser-error-unclosed-curly.spire.expected | 6 | ||||
| -rw-r--r-- | tests/front-end/parser-using-file-a.slang.h (renamed from tests/front-end/parser-using-file-a.spireh) | 0 | ||||
| -rw-r--r-- | tests/front-end/parser-using-file.spire.disabled | 2 | ||||
| -rw-r--r-- | tests/front-end/pipeline-simple.slang.h (renamed from tests/front-end/pipeline-simple.spireh) | 2 | ||||
| -rw-r--r-- | tests/front-end/struct.slang (renamed from tests/front-end/struct.spire) | 2 | ||||
| -rw-r--r-- | tests/front-end/typedef.slang (renamed from tests/front-end/typedef.spire) | 0 |
11 files changed, 9 insertions, 9 deletions
diff --git a/tests/front-end/lexer-comments.spire b/tests/front-end/lexer-comments.slang index d8c06ca76..d8c06ca76 100644 --- a/tests/front-end/lexer-comments.spire +++ b/tests/front-end/lexer-comments.slang diff --git a/tests/front-end/parser-decls.spire b/tests/front-end/parser-decls.slang index bc5a2b13b..bc5a2b13b 100644 --- a/tests/front-end/parser-decls.spire +++ b/tests/front-end/parser-decls.slang diff --git a/tests/front-end/parser-empty.spire b/tests/front-end/parser-empty.slang index bfd66f05b..bfd66f05b 100644 --- a/tests/front-end/parser-empty.spire +++ b/tests/front-end/parser-empty.slang diff --git a/tests/front-end/parser-error-unclosed-curly.spire b/tests/front-end/parser-error-unclosed-curly.slang index 6cfcca456..6cfcca456 100644 --- a/tests/front-end/parser-error-unclosed-curly.spire +++ b/tests/front-end/parser-error-unclosed-curly.slang diff --git a/tests/front-end/parser-error-unclosed-curly.slang.expected b/tests/front-end/parser-error-unclosed-curly.slang.expected new file mode 100644 index 000000000..379557108 --- /dev/null +++ b/tests/front-end/parser-error-unclosed-curly.slang.expected @@ -0,0 +1,6 @@ +result code = -1 +standard error = { +tests/front-end/parser-error-unclosed-curly.slang(4): error 20001: unexpected end of file, expected '}' +} +standard output = { +} diff --git a/tests/front-end/parser-error-unclosed-curly.spire.expected b/tests/front-end/parser-error-unclosed-curly.spire.expected deleted file mode 100644 index 437b6eab0..000000000 --- a/tests/front-end/parser-error-unclosed-curly.spire.expected +++ /dev/null @@ -1,6 +0,0 @@ -result code = -1 -standard error = { -Tests/FrontEnd/parser-error-unclosed-curly.spire(4): error 20001: unexpected end of file, expected '}' -} -standard output = { -} diff --git a/tests/front-end/parser-using-file-a.spireh b/tests/front-end/parser-using-file-a.slang.h index 62e6acd06..62e6acd06 100644 --- a/tests/front-end/parser-using-file-a.spireh +++ b/tests/front-end/parser-using-file-a.slang.h 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 diff --git a/tests/front-end/pipeline-simple.spireh b/tests/front-end/pipeline-simple.slang.h index 55afd693c..6a6dc1b1c 100644 --- a/tests/front-end/pipeline-simple.spireh +++ b/tests/front-end/pipeline-simple.slang.h @@ -1,4 +1,4 @@ -// pipeline-simple.spireh +// pipeline-simple.slang.h // TODO(tfoley): strip this down to a minimal pipeline diff --git a/tests/front-end/struct.spire b/tests/front-end/struct.slang index 8347f8d58..16b1bebc7 100644 --- a/tests/front-end/struct.spire +++ b/tests/front-end/struct.slang @@ -2,7 +2,7 @@ // test that `struct` decls work // Note(tfoley): disabled during syntax transition -// #include "pipeline-simple.spireh" +// #include "pipeline-simple.slang.h" // struct declaration struct Foo diff --git a/tests/front-end/typedef.spire b/tests/front-end/typedef.slang index 7e96bead0..7e96bead0 100644 --- a/tests/front-end/typedef.spire +++ b/tests/front-end/typedef.slang |
