[Lldb-commits] [PATCH] D52270: TestMultilineExpr: validate evaluation for expressions spread over multiple lines
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 19 10:55:05 PDT 2018
aprantl added inline comments.
================
Comment at: lit/Expr/TestMultilineExpr.test:3
+
+# In terminal sessions LLDB reverts input from subsequent lines so it doesn't show up in the output we check below.
+expression
----------------
"reverts" -> "joins"?
================
Comment at: lit/Expr/TestMultilineExpr.test:11
+# CHECK-NEXT: (int) {{.*}} = 5
\ No newline at end of file
----------------
There's no newline at end of file :-)
https://reviews.llvm.org/D52270
More information about the lldb-commits
mailing list