Index: tests_lit/asan_tests/wideloads.ll |
diff --git a/tests_lit/asan_tests/wideloads.ll b/tests_lit/asan_tests/wideloads.ll |
index fae1280a5aeaa92c0605ec7d4fa2a93c7b87afbb..9b8d15e4553527023b8f9c73c15f08e611a71362 100644 |
--- a/tests_lit/asan_tests/wideloads.ll |
+++ b/tests_lit/asan_tests/wideloads.ll |
@@ -33,8 +33,8 @@ define internal void @no_wide_load() { |
unreachable |
} |
-; WIDE-NOT: Illegal access |
-; NOWIDE: Illegal access of 1 bytes at |
+; WIDE-NOT: Illegal |
+; NOWIDE: Illegal 1 byte load from stack object at |
; use argc to determine which test routine to run |
define void @_start(i32 %arg) { |