commit | 1efdaf67e2a26c0b3a78284cd171219987b9a855 | [log] [tgz] |
---|---|---|
author | cpovirk <cpovirk@google.com> | Thu Apr 25 11:12:33 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 25 11:13:56 2019 -0700 |
tree | e0c5b01738641d07455bfa9e526b15cc450fce65 | |
parent | e2709642eed18120768811cece6be8af0945f74c [diff] |
Automatic code cleanup. PiperOrigin-RevId: 245270887
diff --git a/src/java_tools/buildjar/javatests/com/google/devtools/build/buildjar/VanillaJavaBuilderTest.java b/src/java_tools/buildjar/javatests/com/google/devtools/build/buildjar/VanillaJavaBuilderTest.java index 4649173..7194c7b 100644 --- a/src/java_tools/buildjar/javatests/com/google/devtools/build/buildjar/VanillaJavaBuilderTest.java +++ b/src/java_tools/buildjar/javatests/com/google/devtools/build/buildjar/VanillaJavaBuilderTest.java
@@ -327,6 +327,6 @@ ImmutableMap<String, byte[]> outputEntries = readJar(nativeHeaderOutput.toFile()); assertThat(outputEntries.keySet()) - .containsAtLeast("test_BarWithNativeMethod.h", "test_FooWithNativeMethod.h"); + .containsAllOf("test_BarWithNativeMethod.h", "test_FooWithNativeMethod.h"); } }