Skip to content

Commit 8abd3c4

Browse files
author
Paolo Tranquilli
committed
Rust: Remove windows difference from diagnostics
1 parent 24eb656 commit 8abd3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/ql/integration-tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ def rust_check_diagnostics(check_diagnostics):
2020
(r'"ms"\s*:\s*[0-9]+', '"ms": "REDACTED"'),
2121
(r'"pretty"\s*:\s*"[0-9]+:[0-9]{2}:[0-9]{2}.[0-9]{3}"', '"pretty": "REDACTED"'),
2222
(r'Cargo.toml|rust-project.json', "<manifest>"),
23+
(r'"//\?/', '"'), # remove windows `//?/` long path syntax
2324
]
2425
return check_diagnostics

0 commit comments

Comments
 (0)