diff options
| author | Yong He <yonghe@outlook.com> | 2018-03-12 15:07:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 15:07:29 -0400 |
| commit | 3f2b123743110467b049fcb130c1fc73f1540b2e (patch) | |
| tree | f9fac30386f4fd0714678b29d05c4bb15e2ad559 /tests | |
| parent | e8f44d426c0871069eeafa35bedde64498c4d825 (diff) | |
| parent | e08f0c6ea0552a2d626294c718cd4409f437ba10 (diff) | |
Merge branch 'master' into legalization-fix
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bugs/import-with-error.slang.expected | 1 | ||||
| -rw-r--r-- | tests/diagnostics/recursive-import.slang.expected | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/import-with-error.slang.expected b/tests/bugs/import-with-error.slang.expected index b71dba0f1..3a70095c3 100644 --- a/tests/bugs/import-with-error.slang.expected +++ b/tests/bugs/import-with-error.slang.expected @@ -1,6 +1,7 @@ result code = -1 standard error = { tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'. +tests/bugs/import-with-error.slang(6): fatal error 39999: error in imported module, compilation ceased. } standard output = { } diff --git a/tests/diagnostics/recursive-import.slang.expected b/tests/diagnostics/recursive-import.slang.expected index ad5cf1975..655c328d5 100644 --- a/tests/diagnostics/recursive-import.slang.expected +++ b/tests/diagnostics/recursive-import.slang.expected @@ -1,6 +1,7 @@ result code = -1 standard error = { tests/diagnostics/recursive-import.slang(6): error 38200: module `recursive_import_extra` recursively imports itself +tests/diagnostics/recursive-import-extra.slang(6): fatal error 39999: error in imported module, compilation ceased. } standard output = { } |
