diff options
Diffstat (limited to 'lldb/test/expression_command/radar_8638051/Test8638051.py')
-rw-r--r-- | lldb/test/expression_command/radar_8638051/Test8638051.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_8638051/Test8638051.py b/lldb/test/expression_command/radar_8638051/Test8638051.py index 823c8e12113..fa1f1756dba 100644 --- a/lldb/test/expression_command/radar_8638051/Test8638051.py +++ b/lldb/test/expression_command/radar_8638051/Test8638051.py @@ -13,7 +13,7 @@ class Radar8638051TestCase(TestBase): def test_expr_commands(self): """The following expression commands should not crash.""" - self.buildDefault() + self.build() self.runCmd("file a.out", CURRENT_EXECUTABLE_SET) |