Commit c990033
test: annotate runtime:Channel.message for the VM parity coverage gate
Adding Channel.message as a runtime intrinsic (for cross-isolate message channels)
introduced a new supported VM feature; parity_fixture_annotations_cover_supported_vm_features
requires a `// parity:` annotation for it. Channel.message reuses the Channel.bounded
runtime path and is parity-tested by parity_message_channel_roundtrip, so add it to
the Channel annotation line.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 17196a8 commit c990033
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
803 | | - | |
| 803 | + | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
| |||
0 commit comments