We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e85211 commit a1525bcCopy full SHA for a1525bc
tests/testsuite/config.rs
@@ -275,7 +275,7 @@ f1 = 1
275
276
// It should NOT have warned for the symlink.
277
let output = read_output(config);
278
- assert_eq!(output, "");
+ assert_match("", &output);
279
}
280
281
#[cargo_test]
@@ -301,7 +301,7 @@ f1 = 1
301
302
303
304
305
306
307
0 commit comments