zturner added a comment.

If we just need to test completion, write a lit-style test that uses lldb-test 
that looks like this:

  RUN: lldb-test complete --target=%T/foo --complete_str=MyPrefix | FileCheck %s
  
  CHECK: Foo::Bar
  CHECK: Foo::Baz
  etc

Simple and not flaky


https://reviews.llvm.org/D42656



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

Reply via email to