Skip to content

Commit 5eb12b8

Browse files
committed
Zipmerge: substitute stripped down slf4j jars with dummy ones
1 parent c3ccf4d commit 5eb12b8

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed
333 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

misc/bazel/internal/zipmerge/zipmerge_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ TEST(Zipmerge, InputFileOrder) {
151151
}
152152

153153
TEST(Zipmerge, LocalFileFooters) {
154-
expect_same_file(zipmerge("out.jar", "slf4j-api-classes-with-footers.jar"),
155-
"slf4j-api-classes-without-footers.jar");
154+
expect_same_file(zipmerge("out.jar", "footers.jar"), "no-footers.jar");
156155
}
157156
} // namespace codeql_testing

0 commit comments

Comments
 (0)