Fixing TestAnonymous to build dwarf where it says it will.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 17:09:59 +0000 (17:09 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 17:09:59 +0000 (17:09 +0000)
llvm-svn: 193628

lldb/test/lang/c/anonymous/TestAnonymous.py

index 0e89119..23246e8 100644 (file)
@@ -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):