Author: Raphael Isemann Date: 2020-05-06T13:58:25+02:00 New Revision: dee4cbcd479f075ae33a8d3841fedde388c45782
URL: https://github.com/llvm/llvm-project/commit/dee4cbcd479f075ae33a8d3841fedde388c45782 DIFF: https://github.com/llvm/llvm-project/commit/dee4cbcd479f075ae33a8d3841fedde388c45782.diff LOG: [lldb][NFC] Remove some redundant comment containing just the file name Added: Modified: lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py Removed: ################################################################################ diff --git a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py index 23b26772554d..5346b9904ce5 100644 --- a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py +++ b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py @@ -1,4 +1,3 @@ -# TestMacABImacOSFramework.py import lldb from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
