Skip to content

Commit 425762e

Browse files
committed
fix test string
1 parent c6f470c commit 425762e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/Darwin/asan-verify-module-map.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// This test simply checks that the "Invalid module map" warning is not printed
1+
// This test simply checks that the "Invalid dyld module map" warning is not printed
22
// in the output of a backtrace.
33

44
// RUN: %clangxx_asan -O0 -g %s -o %t.executable
55
// RUN: %env_asan_opts="print_module_map=2" not %run %t.executable 2>&1 | FileCheck %s
66

7-
// CHECK-NOT: WARN: Invalid module map
7+
// CHECK-NOT: WARN: Invalid dyld module map
88

99
#include <cstdlib>
1010

0 commit comments

Comments
 (0)