summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/cpp/dynamic-value/TestDynamicValue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
index c0d323cb76e..69a0d559d50 100644
--- a/lldb/test/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/cpp/dynamic-value/TestDynamicValue.py
@@ -93,7 +93,7 @@ class DynamicValueTestCase(TestBase):
# Create a target from the debugger.
- target = self.dbg.CreateTargetWithFileAndArch (exe, lldb.LLDB_ARCH_DEFAULT)
+ target = self.dbg.CreateTarget (exe)
self.assertTrue(target.IsValid(), VALID_TARGET)
# Set up our breakpoints:
OpenPOWER on IntegriCloud