blob: 13a066d4c7b939dd245b006e25b394a37351f9e4 (
plain)
1
2
3
4
5
6
7
|
result code = -1
standard error = {
tests/diagnostics/missing-file.slang(1): error 20001: unexpected end of file, expected ';'
tests/diagnostics/missing-file.slang(4): error 2: cannot find file 'does-not-exist.slang'.
}
standard output = {
}
|