summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/output-includes.slang.expected
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /tests/preprocessor/output-includes.slang.expected
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'tests/preprocessor/output-includes.slang.expected')
-rw-r--r--tests/preprocessor/output-includes.slang.expected8
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 = {