commit | 043ff33362c6c0e4dc216643881e8f32497a5a1b | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Thu Jan 31 18:48:17 2019 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Thu Jan 31 18:48:17 2019 +0000 |
tree | 5e6870a824300bd2dd9bc8f0bb6499817a4f10de | |
parent | ede49ddff5c100bf38ba753a432e7ead2b7cc7f6 [diff] |
[unittest] Fix scalar unit test. The test was using ASSERT_EQ instead of ASSERT_STREQ which meant we were comparing string addresses instead of the actual string. This caused the test to fail with with the sanitizers enabled. llvm-svn: 352780