summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/attribute-error.slang.expected
blob: e372eb957715940d1a838323f58372cd5ab23fc2 (plain)
1
2
3
4
5
6
7
8
result code = 1
standard error = {
tests/diagnostics/attribute-error.slang(19): error 30019: expected an expression of type 'float', got 'String'
tests/diagnostics/attribute-error.slang(22): error 31002: attribute 'MyStruct' is not valid here
tests/diagnostics/attribute-error.slang(24): error 39999: expression does not evaluate to a compile-time constant
}
standard output = {
}