apolyakov added inline comments.

================
Comment at: lit/tools/lldb-mi/interpreter/cli-support/target-list.test:18
+target list
+# CHECK: ~"Current targets:\n* target #0: {{.*}}a.exe{{.*}}\n"
+
----------------
aprantl wrote:
> Does lldb-mi echo the comment lines? If yes, you need to be careful that 
> FileCheck doesn't match against the input, e.g., by adding `{{^}}` to the 
> beginning of each CHECK command. If it doesn't, then that's fine.
It doesn't. I passed `# CHECK: some_text` and got only:
```
^done
(gdb)

```


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D50525



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to