https://github.com/shader-slang/slang
Raw File
Tip revision: 9245460adaf739c5a4d85f7f477b65fcd07d595b authored by Tim Foley on 05 May 2020, 16:36:34 UTC
Try to stop AppVeyor from clobbering release logs (#1339)
Tip revision: 9245460
call-argument-type.slang.expected
result code = -1
standard error = {
tests/diagnostics/call-argument-type.slang(10): error 30019: expected an expression of type 'A', got 'B'
}
standard output = {
}
back to top