[Lldb-commits] [PATCH] D58790: Adding test to cover the correct import of SourceLocation pertaining to a built-in during expression parsing
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 28 12:44:53 PST 2019
aprantl added inline comments.
================
Comment at: packages/Python/lldbsuite/test/expression_command/import_builtin_fileid/TestImportBuiltinFileID.py:18
+ @skipUnlessDarwin
+ @add_test_categories(["gmodules"])
+ def test_import_builtin_fileid(self):
----------------
aprantl wrote:
> do you mean: skip unless gmodules?
My mistake, this does what you intend.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58790/new/
https://reviews.llvm.org/D58790
More information about the lldb-commits
mailing list