Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux
authorDaniel Malea <daniel.malea@intel.com>
Mon, 12 Nov 2012 22:43:13 +0000 (22:43 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Mon, 12 Nov 2012 22:43:13 +0000 (22:43 +0000)
llvm-svn: 167771

lldb/test/expression_command/timeout/TestCallWithTimeout.py

index 6ca21bc..a54b28f 100644 (file)
@@ -29,7 +29,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
     @dwarf_test
     def test_with_dwarf(self):
         """Test calling std::String member function."""
-        self.buildDsym()
+        self.buildDwarf()
         self.call_function()
 
     def call_function(self):