We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f470c commit 425762eCopy full SHA for 425762e
compiler-rt/test/asan/TestCases/Darwin/asan-verify-module-map.cpp
@@ -1,10 +1,10 @@
1
-// This test simply checks that the "Invalid module map" warning is not printed
+// This test simply checks that the "Invalid dyld module map" warning is not printed
2
// in the output of a backtrace.
3
4
// RUN: %clangxx_asan -O0 -g %s -o %t.executable
5
// RUN: %env_asan_opts="print_module_map=2" not %run %t.executable 2>&1 | FileCheck %s
6
7
-// CHECK-NOT: WARN: Invalid module map
+// CHECK-NOT: WARN: Invalid dyld module map
8
9
#include <cstdlib>
10
0 commit comments