[ASan][Test] Fix expected strings for globals test
authorMarco Elver <elver@google.com>
Wed, 10 Jun 2020 18:20:23 +0000 (20:20 +0200)
committerMarco Elver <elver@google.com>
Wed, 10 Jun 2020 18:26:24 +0000 (20:26 +0200)
commit52cae05e087b3d4fd02849fc37c387c720055ffb
treead72a158c93a382d1374dd1599f04cb681d255c0
parent1f567b2c6f6573b19cbd81f876717f28623b51e9
[ASan][Test] Fix expected strings for globals test

The expected strings would previously not catch bugs when redzones were
added when they were not actually expected. Fix by adding "global "
before the type.
clang/test/CodeGen/asan-globals-alias.cpp
clang/test/CodeGen/asan-globals.cpp