Skip to content

Commit 68d01f9

Browse files
committed
tests: update Windows expected linker parts
The Windows CI task that runs the integration test suite responsible for checking the expected linker parts started to fail yesterday. This commit updates the expected list to match the current output.
1 parent eeccabd commit 68d01f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/static_libs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ fn expected_linker_parts() -> &'static [&'static str] {
6464
"kernel32.lib",
6565
"ws2_32.lib",
6666
"kernel32.lib",
67+
"ntdll.lib",
68+
"kernel32.lib",
6769
"msvcrt.lib",
6870
]
6971
}

0 commit comments

Comments
 (0)