Skip to content

Commit 5dcb5b7

Browse files
committed
Improve test without other changes
1 parent e00acb2 commit 5dcb5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ fn test_windows_unc_path() {
479479
assert!(url.is_err());
480480
}
481481

482+
// Test use of log_syntax_violation option
482483
#[test]
483-
fn test_old_log_violation_option() {
484+
fn test_log_syntax_violation_option() {
484485
let violation = Cell::new(None);
485486
let url = {
486487
let vfn = |s: &str| violation.set(Some(s.to_owned()));

0 commit comments

Comments
 (0)