Change Ids in tests to avoid confusion
authorDavid Neto <dneto@google.com>
Tue, 7 Mar 2017 14:49:43 +0000 (09:49 -0500)
committerDavid Neto <dneto@google.com>
Tue, 7 Mar 2017 14:51:32 +0000 (09:51 -0500)
commit892b009959006697eefe9e9d425b3f1480086e79
tree435276bb5322674373cec7410d41726627c9d10e
parentedb52647bdab1484e8b5d13c393c2fbd77c28a03
Change Ids in tests to avoid confusion

The assembler assigns ID numbers sequentially, so it's confusing
to have a %1 in the source assembly when it isn't the first mentioned
ID.  Rewrite the ID names to avoid this situation in a few cases.
test/val/val_id_test.cpp