From 16cd361dd67471bcc355d1b3b72b0b022518088f Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 1 Jun 2023 13:53:31 -0700 Subject: Be lenient on same-size unsigend->signed conversion. (#2913) * Be lenient on same-size unsigend->signed conversion. * Fix tests. * Use 250. * wip * Fix. * Fix tests. * Fix. --------- Co-authored-by: Yong He --- tests/diagnostics/constexpr-error.slang.expected | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/diagnostics/constexpr-error.slang.expected') diff --git a/tests/diagnostics/constexpr-error.slang.expected b/tests/diagnostics/constexpr-error.slang.expected index a744fcafd..f6c27b006 100644 --- a/tests/diagnostics/constexpr-error.slang.expected +++ b/tests/diagnostics/constexpr-error.slang.expected @@ -1,8 +1,5 @@ result code = -1 standard error = { -tests/diagnostics/constexpr-error.slang(27): warning 30081: implicit conversion from 'vector' to 'vector' is not recommended - result += t.Sample(s, uv, offset); - ^~~~~~ tests/diagnostics/constexpr-error.slang(27): error 40006: expected a compile-time constant result += t.Sample(s, uv, offset); ^~~~~~ -- cgit v1.2.3