[Lldb-commits] [lldb] 9126ba2 - [lldb][NFC] Fix test file name in lang/cpp/non-type-template-param

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 1 23:42:19 PST 2020


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


        


More information about the lldb-commits mailing list