From 4746a90d667dcb8a7edc6484eab22242fc4aace9 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 14 Jan 2014 19:48:23 +0000 Subject: [PATCH] Change the name of the test class for this test (was copy/paste value...) llvm-svn: 199251 --- lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py index 0ca360abfcb5..b272e6c12402 100644 --- a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py +++ b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py @@ -6,7 +6,7 @@ import lldb import lldbutil from lldbtest import * -class TestObjCStepping(TestBase): +class TestIndirectFunctions(TestBase): mydir = TestBase.compute_mydir(__file__)