commit | 9171f70a2b6c433427e81a05328c6558082e993b | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Jun 28 18:56:52 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Jun 29 10:29:43 2017 -0700 |
tree | 696bf3c03b57ac3d2b27bfdb6bf43c10093862a4 | |
parent | c9aaef3683077c2029d3612c55adaad8e33aa0aa [diff] |
Remove assert, use CHECK instead. - Use the CHECK macro everywhere that assert was used. - Remove the _debug version of the tests and leave the CHECK macro so it's always checking in the code. Bug: 23762183 Test: Ran unit tests. Change-Id: Ie705eedae393d0e95bb9d99f852687a11881aef1