summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/verbose-log-path_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/verbose-log-path_test.cc')
-rw-r--r--test/asan/TestCases/verbose-log-path_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/verbose-log-path_test.cc b/test/asan/TestCases/verbose-log-path_test.cc
index a63c584752428..3c3db0883f616 100644
--- a/test/asan/TestCases/verbose-log-path_test.cc
+++ b/test/asan/TestCases/verbose-log-path_test.cc
@@ -8,7 +8,7 @@
// RUN: %env_asan_opts=log_path=%T/asan.log:log_exe_name=1 not %run %T/verbose-log-path_test-binary 2> %t.out
// RUN: FileCheck %s --check-prefix=CHECK-ERROR < %T/asan.log.verbose-log-path_test-binary.*
-// FIXME: only FreeBSD and Linux have verbose log paths now.
+// FIXME: only FreeBSD, NetBSD and Linux have verbose log paths now.
// XFAIL: win32,android
// UNSUPPORTED: ios