Skip to content

Commit 61631b1

Browse files
committed
[ASAN] Re-enable fgets_fputs test for darwin.
It seems to be passing, at least on the bots I've seen. llvm-svn: 334626
1 parent fb17bf6 commit 61631b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: not %run %t 1 %t-testdata 2>&1 | FileCheck %s --check-prefix=CHECK-FGETS
44
// RUN: not %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-FPUTS
55
// RUN: not %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-PUTS
6-
// XFAIL: android, darwin
6+
// XFAIL: android
77

88
#include <assert.h>
99
#include <stdio.h>

0 commit comments

Comments
 (0)