From 2c206688db5d57794f22848dff36835cee0ef7b9 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Tue, 29 Oct 2013 17:09:59 +0000 Subject: [PATCH] Fixing TestAnonymous to build dwarf where it says it will. llvm-svn: 193628 --- lldb/test/lang/c/anonymous/TestAnonymous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/c/anonymous/TestAnonymous.py b/lldb/test/lang/c/anonymous/TestAnonymous.py index 0e8911944ce0..23246e8994d7 100644 --- a/lldb/test/lang/c/anonymous/TestAnonymous.py +++ b/lldb/test/lang/c/anonymous/TestAnonymous.py @@ -74,7 +74,7 @@ class AnonymousTestCase(TestBase): @dwarf_test def test_child_by_name_with_dwarf(self): - self.buildDsym() + self.buildDwarf() self.child_by_name() def setUp(self):