summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/command-line/entry-point-redundant-stage.slang.expected
blob: a69cae93ebe0ae0b84f890caf98abac860517231 (plain)
1
2
3
4
5
6
7
result code = -1
standard error = {
(0): warning 30: the stage 'vertex' was specified more than once for entry point 'main'
tests/diagnostics/command-line/entry-point-redundant-stage.slang(6): error 38000: no function found matching entry point name 'main'
}
standard output = {
}