forked from OSchip/llvm-project
[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:
parent
1f1d9f27fd
commit
825a7681db
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue