diff options
Diffstat (limited to 'tests/preprocessor/output-includes.slang.expected')
| -rw-r--r-- | tests/preprocessor/output-includes.slang.expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/preprocessor/output-includes.slang.expected b/tests/preprocessor/output-includes.slang.expected index f2fbb64f2..e34ecee88 100644 --- a/tests/preprocessor/output-includes.slang.expected +++ b/tests/preprocessor/output-includes.slang.expected @@ -7,16 +7,16 @@ standard error = { (0): note: include 'tests/preprocessor/include-a.slang.h' (0): note: include 'tests/preprocessor/include-a.slang.h' 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 = { |
