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 a295b2a commit e68e71eCopy full SHA for e68e71e
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp
@@ -2,7 +2,7 @@
2
// RUN: %clangxx -O2 %s -o %t
3
// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>&1 | FileCheck %s
4
5
-// FIXME: Environment variables are no propagated or not properly read on android.
+// FIXME: Environment variables are not propagated or not properly read on android.
6
// XFAIL: android
7
8
#include <sanitizer/common_interface_defs.h>
0 commit comments