diff options
-rw-r--r-- | lldb/lit/Expr/TestCallStdStringFunction.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/lit/Expr/TestCallStdStringFunction.test b/lldb/lit/Expr/TestCallStdStringFunction.test index dadb5dbd096..36c06e469a9 100644 --- a/lldb/lit/Expr/TestCallStdStringFunction.test +++ b/lldb/lit/Expr/TestCallStdStringFunction.test @@ -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 |