summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-449.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/gh-449.slang.expected')
-rw-r--r--tests/bugs/gh-449.slang.expected4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/gh-449.slang.expected b/tests/bugs/gh-449.slang.expected
index 2bf08bed2..8ca87a406 100644
--- a/tests/bugs/gh-449.slang.expected
+++ b/tests/bugs/gh-449.slang.expected
@@ -1,7 +1,11 @@
result code = -1
standard error = {
tests/bugs/gh-449.slang(18): error 30019: expected an expression of type 'S', got 'vector<float,2>'
+ foo(a + b);
+ ^
tests/bugs/gh-449.slang(24): error 30019: expected an expression of type 'S', got 'vector<float,2>'
+ foo(u + f);
+ ^
}
standard output = {
}