Skip to content

Commit 8097c18

Browse files
committed
Fix a long function name test on MSVC
1 parent 2e6983e commit 8097c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/long_fn_name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn test_long_fn_name() {
4848
"::_234567890_234567890_234567890_234567890_234567890")
4949
{
5050
found_long_name_frame = true;
51-
assert_eq!(function_name.len(), dbghelp::MAX_SYM_NAME - 1);
51+
assert!(function_name.len() > 200);
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)