Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 874bbb0

Browse files
committed
Broken linux test
1 parent 127b54e commit 874bbb0

File tree

1 file changed

+1
-1
lines changed
  • src/agent/coverage/src/allowlist

1 file changed

+1
-1
lines changed

src/agent/coverage/src/allowlist/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn test_windows_allowlists_are_not_case_sensitive() -> Result<()> {
187187

188188
#[cfg(not(target_os = "windows"))]
189189
#[test]
190-
fn test_linux_allowlists_are_case_sensitive() {
190+
fn test_linux_allowlists_are_case_sensitive() -> Result<()> {
191191
let allowlist = AllowList::parse("vccrt")?;
192192
assert!(!allowlist.is_allowed("VCCRT"));
193193

0 commit comments

Comments
 (0)