forked from OSchip/llvm-project
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:
parent
9cd5df0e15
commit
7129ae39bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue