commit | b3cd3c7e3a2943740f586575ce095a5af66cb524 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Oct 11 12:37:45 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Oct 11 22:02:36 2018 +0000 |
tree | 69f7a4b17ab436bd9674d00ce0e8c611382abe95 | |
parent | 1eac5fa876cd56c24094b89b34ec2da692dc7fce [diff] |
Throw earlier error for duplicate argument names. Right now, these errors don't happen until the output language is compiled. ... [ RUN ] AidlTest.RejectsDuplicatedArgumentNames ERROR: a/IFoo.aidl:1.33-35: method 'f' has duplicate argument name 'a' ERROR: a/IFoo.aidl:1.33-35: method 'f' has duplicate argument name 'a' [ OK ] AidlTest.RejectsDuplicatedArgumentNames (0 ms) ... Change-Id: Ia49f3c0bd514ac76cccba2a72a820bcb831dd4b2 Fixes: 117241915 Test: runtests.sh