diff options
Diffstat (limited to 'lit/Expr/TestMultilineExpr.test')
-rw-r--r-- | lit/Expr/TestMultilineExpr.test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lit/Expr/TestMultilineExpr.test b/lit/Expr/TestMultilineExpr.test deleted file mode 100644 index ae02407b5767..000000000000 --- a/lit/Expr/TestMultilineExpr.test +++ /dev/null @@ -1,9 +0,0 @@ -# RUN: %lldb -b -s %s | FileCheck %s - -# In terminal sessions LLDB hides input from subsequent lines so it's not visible in the output we check below. -expression -2+ -3 - -# CHECK: (lldb) expression -# CHECK: (int) {{.*}} = 5 |