diff options
Diffstat (limited to 'tests/diagnostics/constexpr-error.slang.expected')
| -rw-r--r-- | tests/diagnostics/constexpr-error.slang.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/diagnostics/constexpr-error.slang.expected b/tests/diagnostics/constexpr-error.slang.expected index f6c27b006..6f124fe34 100644 --- a/tests/diagnostics/constexpr-error.slang.expected +++ b/tests/diagnostics/constexpr-error.slang.expected @@ -6,9 +6,15 @@ tests/diagnostics/constexpr-error.slang(27): error 40006: expected a compile-tim tests/diagnostics/constexpr-error.slang(35): error 40006: expected a compile-time constant result += t.Sample(s, uv, int2(ii)); ^ +tests/diagnostics/constexpr-error.slang(39): error 40006: expected a compile-time constant + for(uint jj = 0; jj < uv.y; jj++) + ^~ tests/diagnostics/constexpr-error.slang(41): error 40006: expected a compile-time constant result += t.Sample(s, uv, int2(jj)); ^ +tests/diagnostics/constexpr-error.slang(39): error 40006: expected a compile-time constant + for(uint jj = 0; jj < uv.y; jj++) + ^~ } standard output = { } |
