summaryrefslogtreecommitdiffstats
path: root/tests/parser
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-03-08 16:32:37 -0800
committerGitHub <noreply@github.com>2024-03-08 16:32:37 -0800
commitbc3dc0e82d52faa45ffe73448e86208f137b8536 (patch)
tree1894d39b02ff7fecb6a3ad9ff6b6b0f34d5d0bc2 /tests/parser
parent6f8a20688e0c4b989db152b4d06aeab04fac0567 (diff)
Parser and module finding logic fixes. (#3720)
* Fix parsing logic of `struct` decl. Fixes #3716. * Allow `loadModule` to find modules with underscores. * Fix test.
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/incomplete-member-decl.slang.expected1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/parser/incomplete-member-decl.slang.expected b/tests/parser/incomplete-member-decl.slang.expected
index d7df41f58..ed5695977 100644
--- a/tests/parser/incomplete-member-decl.slang.expected
+++ b/tests/parser/incomplete-member-decl.slang.expected
@@ -3,7 +3,6 @@ standard error = {
tests/parser/incomplete-member-decl.slang(19): error 20001: unexpected identifier, expected '('
int MyType<X> inner;
^~~~~
-tests/parser/incomplete-member-decl.slang(20): error 20001: unexpected end of file, expected identifier
}
standard output = {
}