labath marked 2 inline comments as done. labath added inline comments.
================ Comment at: lldb/test/API/test_utils/TestInlineTest.py:10 + + def test(self): + filename = self.getBuildArtifact("test_file.cpp") ---------------- teemperor wrote: > teemperor wrote: > > nit: maybe give this a more unique name + a doc string. > Also I think this should be a NO_DEBUG_INFO_TESTCASE ? Fun fact: tests which inherit from `Base` (instead of `TestBase`) don't automatically get debug info multiplication. (They also don't get a lot of other things, which is why this isn't suitable for regular tests, but this isn't a regular test.) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112706/new/ https://reviews.llvm.org/D112706 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits