Skip to content

Commit 219d163

Browse files
committed
Update test suite to nightly-2025-05-01
1 parent 709fe86 commit 219d163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ensure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ fn test_as() {
668668
assert_err(test, "Condition failed: `0 as int![...] != 0` (0 vs 0)");
669669

670670
let test = || Ok(ensure!(0 as int! {...} != 0));
671-
assert_err(test, "Condition failed: `0 as int! { ... } != 0` (0 vs 0)");
671+
assert_err(test, "Condition failed: `0 as int! {...} != 0` (0 vs 0)");
672672
}
673673

674674
#[test]

0 commit comments

Comments
 (0)