diff options
| author | Siva Chandra <sivachandra@google.com> | 2015-05-27 22:39:21 +0000 |
|---|---|---|
| committer | Siva Chandra <sivachandra@google.com> | 2015-05-27 22:39:21 +0000 |
| commit | 825a7681db958ffeae039a2a82f0cbe5f497efac (patch) | |
| tree | 42808186d28deeaa500c9adb97bdc183f702ac60 /lldb/test/lang/cpp/namespace/TestNamespace.py | |
| parent | 1f1d9f27fd83103d3263b9a24be19fab3dd18b43 (diff) | |
| download | bcm5719-llvm-825a7681db958ffeae039a2a82f0cbe5f497efac.tar.gz bcm5719-llvm-825a7681db958ffeae039a2a82f0cbe5f497efac.zip | |
[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
Diffstat (limited to 'lldb/test/lang/cpp/namespace/TestNamespace.py')
| -rw-r--r-- | lldb/test/lang/cpp/namespace/TestNamespace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/namespace/TestNamespace.py b/lldb/test/lang/cpp/namespace/TestNamespace.py index e98a93b7ff3..700d328f592 100644 --- a/lldb/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/test/lang/cpp/namespace/TestNamespace.py @@ -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) |

