summaryrefslogtreecommitdiff
path: root/lit/Expr/TestCallStdStringFunction.test
diff options
context:
space:
mode:
Diffstat (limited to 'lit/Expr/TestCallStdStringFunction.test')
-rw-r--r--lit/Expr/TestCallStdStringFunction.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/lit/Expr/TestCallStdStringFunction.test b/lit/Expr/TestCallStdStringFunction.test
deleted file mode 100644
index dadb5dbd0961..000000000000
--- a/lit/Expr/TestCallStdStringFunction.test
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-run
-print str
-# CHECK: Hello world
-print str.c_str()
-# CHECK: Hello world