diff options
Diffstat (limited to 'tests/current-bugs/missing-loc-on-assignment.slang.expected')
| -rw-r--r-- | tests/current-bugs/missing-loc-on-assignment.slang.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/current-bugs/missing-loc-on-assignment.slang.expected b/tests/current-bugs/missing-loc-on-assignment.slang.expected new file mode 100644 index 000000000..021701be9 --- /dev/null +++ b/tests/current-bugs/missing-loc-on-assignment.slang.expected @@ -0,0 +1,6 @@ +result code = -1 +standard error = { +(0): error 30019: expected an expression of type 'vector<float,4>', got 'matrix<float,4,4>' +} +standard output = { +} |
