commit | 400a3aa617bf4feb64aa6a16838d191cfb67a7fb | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Feb 13 10:37:19 2018 -0800 |
committer | Alex Light <allight@google.com> | Tue Feb 13 19:17:47 2018 +0000 |
tree | 057b5e3866e1611cf3ebfea4fd756a3fa1e28aa6 | |
parent | db8d9091bbab41060584ab80882b60df20337da7 [diff] |
Ensure that all Breakpoint.java files are identical for CTS These files all need to be identical in order for us to use these tests with CTS. Fix the single difference between them. Test: for i in `find . -name "Breakpoint.java" -type f`; do diff $i test/993-breakpoints/src/art/Breakpoint.java; done Bug: 73252141 Change-Id: I9d6e395dae3ff8f196b0dfc310810db8486068be