diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-29 19:26:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 19:26:52 -0700 |
| commit | b8663a5d93e6e73d5e2d7e737cffd1efac055719 (patch) | |
| tree | 21eedc0d19065306eb4de7e1be8d00d1045ee032 /tests/diagnostics/implicit-cast-lvalue.slang.expected | |
| parent | 48efc60380aa79e8c4aba13976cc2015f38a659e (diff) | |
Fix ICE when immutable value is passed to a bwd_diff function. (#7973)
Diffstat (limited to 'tests/diagnostics/implicit-cast-lvalue.slang.expected')
| -rw-r--r-- | tests/diagnostics/implicit-cast-lvalue.slang.expected | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/diagnostics/implicit-cast-lvalue.slang.expected b/tests/diagnostics/implicit-cast-lvalue.slang.expected index 93217b239..10ebfc656 100644 --- a/tests/diagnostics/implicit-cast-lvalue.slang.expected +++ b/tests/diagnostics/implicit-cast-lvalue.slang.expected @@ -7,7 +7,6 @@ tests/diagnostics/implicit-cast-lvalue.slang(19): error 30047: argument passed t a(y); ^ tests/diagnostics/implicit-cast-lvalue.slang(19): note 30063: argument was implicitly cast from 'double' to 'float', and Slang does not support using an implicit cast as an l-value with this type -tests/diagnostics/implicit-cast-lvalue.slang(19): note 30049: attempting to assign to a const variable or immutable member; use '[mutating]' attribute on the containing method to allow modification } standard output = { } |
