Skip to content

Commit d94674c

Browse files
committed
use flag value true
1 parent a0fbdc0 commit d94674c

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
@@ -2,11 +2,11 @@
22

33
// Case 1: Try setting a path that is an invalid/inaccessible directory.
44
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
5-
// RUN: %env_tool_opts=log_fallback_to_stderr=1 %run %t 2>&1 | FileCheck %s --check-prefixes=ERROR1,FALLBACK
5+
// RUN: %env_tool_opts=log_fallback_to_stderr=true %run %t 2>&1 | FileCheck %s --check-prefixes=ERROR1,FALLBACK
66

77
// Case 2: Try setting a path that is too large.
88
// RUN: not %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
9-
// RUN: %env_tool_opts=log_fallback_to_stderr=1 %run %t A 2>&1 | FileCheck %s --check-prefixes=ERROR2,FALLBACK
9+
// RUN: %env_tool_opts=log_fallback_to_stderr=true %run %t A 2>&1 | FileCheck %s --check-prefixes=ERROR2,FALLBACK
1010

1111
#include <sanitizer/common_interface_defs.h>
1212
#include <stdio.h>

0 commit comments

Comments
 (0)