[Lldb-commits] [lldb] r193628 - Fixing TestAnonymous to build dwarf where it says it will.

Andrew Kaylor andrew.kaylor at intel.com
Tue Oct 29 10:10:00 PDT 2013


Author: akaylor
Date: Tue Oct 29 12:09:59 2013
New Revision: 193628

URL: http://llvm.org/viewvc/llvm-project?rev=193628&view=rev
Log:
Fixing TestAnonymous to build dwarf where it says it will.

Modified:
    lldb/trunk/test/lang/c/anonymous/TestAnonymous.py

Modified: lldb/trunk/test/lang/c/anonymous/TestAnonymous.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/anonymous/TestAnonymous.py?rev=193628&r1=193627&r2=193628&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/anonymous/TestAnonymous.py (original)
+++ lldb/trunk/test/lang/c/anonymous/TestAnonymous.py Tue Oct 29 12:09:59 2013
@@ -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):





More information about the lldb-commits mailing list