diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-05-19 17:53:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-19 14:53:24 -0700 |
| commit | c4c90f5a6da45229405533372215ba40de91df37 (patch) | |
| tree | b9fdf847656199c5f9b34f081d37ff7f466b7a6d /tests/diagnostics/command-line/option-missing-argument.slang.expected | |
| parent | 61e9154cb797cffe19cfbf3205b4a5a614e8b552 (diff) | |
SourceLoc use in command line processing (#1848)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Added SourceLoc handling for command line parsing.
* Fix typo in debug.
* Fix issue around the DiagnosticSink used in options parsing not having a writer available - by having DiagnosticSink parenting.
* Small rename for clarity.
Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'tests/diagnostics/command-line/option-missing-argument.slang.expected')
| -rw-r--r-- | tests/diagnostics/command-line/option-missing-argument.slang.expected | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/diagnostics/command-line/option-missing-argument.slang.expected b/tests/diagnostics/command-line/option-missing-argument.slang.expected index fde023ddd..3bad874a6 100644 --- a/tests/diagnostics/command-line/option-missing-argument.slang.expected +++ b/tests/diagnostics/command-line/option-missing-argument.slang.expected @@ -1,6 +1,8 @@ result code = 1 standard error = { -(0): error 13: unknown code generation target '-profile' +(1): error 13: unknown code generation target '-profile' +tests/diagnostics/command-line/option-missing-argument.slang -target -profile ps_4_0 + ^ } standard output = { } |
