[TestNamespace] Fix an accidentally committed local change.

Test Plan: dotest.py -p TestNamespace

Reviewers: sivachandra

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D10076

llvm-svn: 238368
This commit is contained in:
Siva Chandra 2015-05-27 22:39:21 +00:00
parent 1f1d9f27fd
commit 825a7681db
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class NamespaceTestCase(TestBase):
def namespace_variable_commands(self):
"""Test that anonymous and named namespace variables display correctly."""
self.runCmd("run a.out", RUN_FAILED)
self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line_break, num_expected_locations=1, loc_exact=True)