Commit 88440dd6 authored by agrieve's avatar agrieve Committed by Commit Bot

Fix typo in //third_party/junit/proguard.flags

-keepname -> -keepnames

Change-Id: Ie8febb9c4239e5344b0e3e6b333b4576cccb84b3
Reviewed-on: https://chromium-review.googlesource.com/1185692Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585695}
parent cf158e84
......@@ -3,6 +3,6 @@
-dontwarn org.junit.**
-dontwarn org.hamcrest.**
-keepname,allowoptimization public class junit.framework.** {
-keepnames,allowoptimization public class junit.framework.** {
*;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment