Author: Raphael Isemann Date: 2020-12-02T08:41:53+01:00 New Revision: 9126ba25a3eeffa438e20d3a18abf70eb547789d
URL: https://github.com/llvm/llvm-project/commit/9126ba25a3eeffa438e20d3a18abf70eb547789d DIFF: https://github.com/llvm/llvm-project/commit/9126ba25a3eeffa438e20d3a18abf70eb547789d.diff LOG: [lldb][NFC] Fix test file name in lang/cpp/non-type-template-param The 'AlignAsBaseClass' part was a leftover form the align_as test that served as the template for this test. Added: lldb/test/API/lang/cpp/non-type-template-param/TestCppNonTypeTemplateParam.py Modified: Removed: lldb/test/API/lang/cpp/non-type-template-param/TestAlignAsBaseClassNonTemplateParam.py ################################################################################ diff --git a/lldb/test/API/lang/cpp/non-type-template-param/TestAlignAsBaseClassNonTemplateParam.py b/lldb/test/API/lang/cpp/non-type-template-param/TestCppNonTypeTemplateParam.py similarity index 100% rename from lldb/test/API/lang/cpp/non-type-template-param/TestAlignAsBaseClassNonTemplateParam.py rename to lldb/test/API/lang/cpp/non-type-template-param/TestCppNonTypeTemplateParam.py _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits