From 5a0d62f302b38e972c99cb5e228d016b5fa041ff Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 9 Apr 2021 04:15:33 -0400 Subject: 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 --- tests/current-bugs/preproc-stringify-1.slang.expected | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/current-bugs/preproc-stringify-1.slang.expected (limited to 'tests/current-bugs/preproc-stringify-1.slang.expected') 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 ; +} -- cgit v1.2.3