Skip to content

Commit 74420ce

Browse files
authored
[Sanitizer][NFC] Remove extra env from test (#142247)
1 parent 418c1d8 commit 74420ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_fail.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// RUN: %clangxx -O2 %s -o %t
22

33
// 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
4+
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
55

66
// Case 2: Try setting a path that is too large.
7-
// RUN: not %env %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
7+
// RUN: not %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
88

99
#include <sanitizer/common_interface_defs.h>
1010
#include <stdio.h>

0 commit comments

Comments
 (0)