test(core): check that #1772 is resolved (#2247)

This commit is contained in:
Elijah Potter
2025-11-26 09:56:41 -07:00
committed by GitHub
parent 230e142404
commit 7b77964ae1

View File

@@ -749,4 +749,12 @@ mod tests {
PhrasalVerbAsCompoundNoun::default(),
);
}
#[test]
fn issue_1772() {
assert_no_lints(
"By default, only one tile size is instantiated for each data type, math instruction, and layout.",
PhrasalVerbAsCompoundNoun::default(),
);
}
}