diff options
Diffstat (limited to 'tests/preprocessor/include-multiple.slang.expected')
| -rw-r--r-- | tests/preprocessor/include-multiple.slang.expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/preprocessor/include-multiple.slang.expected b/tests/preprocessor/include-multiple.slang.expected index f9facb349..cf952be02 100644 --- a/tests/preprocessor/include-multiple.slang.expected +++ b/tests/preprocessor/include-multiple.slang.expected @@ -1,16 +1,16 @@ result code = -1 standard error = { tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body -int bar() { return foo(); } +int bar() ^~~ tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar' -int bar() { return foo(); } +int bar() ^~~ tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body -int bar() { return foo(); } +int bar() ^~~ tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar' -int bar() { return foo(); } +int bar() ^~~ } standard output = { |
