From 730985b1b37a300bb100ed2ae7eaec83efe202ba Mon Sep 17 00:00:00 2001 From: Shafik Yaghmour Date: Fri, 12 Oct 2018 19:46:17 +0000 Subject: Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionStepIntoCallable.py to be unique, NFC llvm-svn: 344407 --- .../std-function-step-into-callable/TestStdFunctionStepIntoCallable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py index 3a9c9bb05b1..abd35acd15b 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py @@ -12,7 +12,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil -class LibCxxFunctionTestCase(TestBase): +class LibCxxFunctionSteppingIntoCallableTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) -- cgit v1.2.3