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 418c1d8 commit 74420ceCopy full SHA for 74420ce
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_fail.cpp
@@ -1,10 +1,10 @@
1
// RUN: %clangxx -O2 %s -o %t
2
3
// Case 1: Try setting a path that is an invalid/inaccessible directory.
4
-// RUN: not %env %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
+// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
5
6
// Case 2: Try setting a path that is too large.
7
-// RUN: not %env %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
+// RUN: not %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
8
9
#include <sanitizer/common_interface_defs.h>
10
#include <stdio.h>
0 commit comments