summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Lua/bindings.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Lua/bindings.test b/lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
index 00e00d43479..aeafbecaa83 100644
--- a/lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
+++ b/lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
@@ -2,5 +2,5 @@
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
script
debugger = lldb.SBDebugger.Create()
-print(string.format("debugger is valid: %s", debugger:IsValid()))
+print("debugger is valid:", tostring(debugger:IsValid()))
# CHECK: debugger is valid: true
OpenPOWER on IntegriCloud