Skip to content

Commit ec03a1d

Browse files
fixup! [naga] Test validation of function/entry point name collision.
1 parent a4a94e7 commit ec03a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

naga/tests/naga/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ fn entry_points_share_name() {
18621862

18631863
/// Unlike WGSL, Naga IR permits a `Module` to have multiple non-entry-point
18641864
/// functions with the same name. (Calls identify callees by handle, so the
1865-
/// names aren't dispositive.)
1865+
/// names shouldn't affect validation.)
18661866
#[test]
18671867
fn functions_share_name() {
18681868
let mut test_spans = TestSpanGenerator::default();

0 commit comments

Comments
 (0)