diff options
| author | Yong He <yonghe@outlook.com> | 2023-06-01 13:53:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 13:53:31 -0700 |
| commit | 16cd361dd67471bcc355d1b3b72b0b022518088f (patch) | |
| tree | fa3a7d5b77ccf09f9340b78e66610ba8b751c855 /tests/diagnostics/generic-invalid-type-specialization.slang.expected | |
| parent | a7ed48b2e6da9bf952aa11ec0d57acf9688bbb0e (diff) | |
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 <yhe@nvidia.com>
Diffstat (limited to 'tests/diagnostics/generic-invalid-type-specialization.slang.expected')
| -rw-r--r-- | tests/diagnostics/generic-invalid-type-specialization.slang.expected | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/diagnostics/generic-invalid-type-specialization.slang.expected b/tests/diagnostics/generic-invalid-type-specialization.slang.expected index 0fc68f6b6..3c323ef46 100644 --- a/tests/diagnostics/generic-invalid-type-specialization.slang.expected +++ b/tests/diagnostics/generic-invalid-type-specialization.slang.expected @@ -1,8 +1,5 @@ result code = -1 standard error = { -tests/diagnostics/generic-invalid-type-specialization.slang(14): warning 30081: implicit conversion from 'uint' to 'int' is not recommended - int index = dispatchThreadID.x; - ^ tests/diagnostics/generic-invalid-type-specialization.slang(17): error 30060: expected a type, got a 'int' Check<2 + 2> v; ^ |
