capfredf added inline comments.

================
Comment at: clang/unittests/Interpreter/CodeCompletionTest.cpp:71
+    Completer(std::string("void app("), 9);
+  EXPECT_EQ((size_t)0, out.length());
+}
----------------
@v.g.vassilev The way I fixed this is a bit hacky. Do you have a better idea?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154382/new/

https://reviews.llvm.org/D154382

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

Reply via email to