Add support for running tests that are expected to fail
Also add should-fail tests that exercise const and decl initializers
This commit is contained in:
5
tests_errors/decl-3.ispc
Normal file
5
tests_errors/decl-3.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Expression list initializers can't be used
|
||||
|
||||
int func() {
|
||||
int a = { 1 };
|
||||
}
|
||||
Reference in New Issue
Block a user