remove FreeBSD xfail from lit TestCallStdStringFunction

This test is consistently reporting unexpected pass for me, and the
expectedFailure decorator was removed from the legacy test in r310626.
Apply the same change to the lit version of this test.

Will investigate further if this fails once the new buildbot is running
tests.

llvm.org/pr17807

llvm-svn: 325856
This commit is contained in:
Ed Maste 2018-02-23 02:50:07 +00:00
parent 9cd5df0e15
commit 7129ae39bd
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
# XFAIL: windows
# -> llvm.org/pr21765
# XFAIL: freebsd
# -> llvm.org/pr17807
# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s
breakpoint set --file call-function.cpp --line 52