init commit
This commit is contained in:
11
test/semant/wrong_multiply.golden
Normal file
11
test/semant/wrong_multiply.golden
Normal file
@@ -0,0 +1,11 @@
|
||||
[1;37mtest/wrong_multiply.shd:4,34: [31merror: [37mType mismatch. Expected float got float2
|
||||
[96m found:
|
||||
result : float4 = float4(1.0, foo * res, 0.0, 1.0);
|
||||
^
|
||||
expected:
|
||||
float
|
||||
|
||||
got:
|
||||
res : float2 = float2(2.0, 2.0)
|
||||
|
||||
[36m[37m
|
||||
Reference in New Issue
Block a user