summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py (renamed from lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpoints.py)2
-rw-r--r--lldb/test/lang/cpp/breakpoint-commands/Makefile (renamed from lldb/test/lang/cpp/breakpoints/Makefile)0
-rw-r--r--lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py (renamed from lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py)2
-rw-r--r--lldb/test/lang/cpp/breakpoint-commands/nested.cpp (renamed from lldb/test/lang/cpp/breakpoints/nested.cpp)0
4 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpoints.py b/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
index c85758df97a..88067409dba 100644
--- a/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpoints.py
+++ b/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
@@ -8,7 +8,7 @@ import lldb
from lldbtest import *
import lldbutil
-class TestCPPBreakpoints(TestBase):
+class TestCPPBreakpointLocations(TestBase):
mydir = TestBase.compute_mydir(__file__)
diff --git a/lldb/test/lang/cpp/breakpoints/Makefile b/lldb/test/lang/cpp/breakpoint-commands/Makefile
index 1d1f38f7fd0..1d1f38f7fd0 100644
--- a/lldb/test/lang/cpp/breakpoints/Makefile
+++ b/lldb/test/lang/cpp/breakpoint-commands/Makefile
diff --git a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
index a85652310f8..e38bd463c15 100644
--- a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
+++ b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
@@ -7,7 +7,7 @@ import unittest2
import lldb
from lldbtest import *
-class CPPBreakpointTestCase(TestBase):
+class CPPBreakpointCommandsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
diff --git a/lldb/test/lang/cpp/breakpoints/nested.cpp b/lldb/test/lang/cpp/breakpoint-commands/nested.cpp
index 29d4b4cb19e..29d4b4cb19e 100644
--- a/lldb/test/lang/cpp/breakpoints/nested.cpp
+++ b/lldb/test/lang/cpp/breakpoint-commands/nested.cpp
OpenPOWER on IntegriCloud