diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-04-09 04:15:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 01:15:33 -0700 |
| commit | 5a0d62f302b38e972c99cb5e228d016b5fa041ff (patch) | |
| tree | a8870f26aa58ff24f85d74291be9fbf185681ebf /tests/current-bugs/preproc-stringify-1.slang.expected | |
| parent | 8a71039475212fb1e1a6dd2fd2911d02769637ef (diff) | |
Tests showing preprocessor issues (#1790)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Tests showing issues with preprocessor behavior.
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/current-bugs/preproc-stringify-1.slang.expected')
| -rw-r--r-- | tests/current-bugs/preproc-stringify-1.slang.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/current-bugs/preproc-stringify-1.slang.expected b/tests/current-bugs/preproc-stringify-1.slang.expected new file mode 100644 index 000000000..53efce117 --- /dev/null +++ b/tests/current-bugs/preproc-stringify-1.slang.expected @@ -0,0 +1,6 @@ +result code = 0 +standard error = { +} +standard output = { +# a b ; +} |
