aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.lua')
-rw-r--r--test/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index 14811e65..b95167c7 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -2850,7 +2850,7 @@ end
function test_history_print_buffer()
local tabs = ui.tabs
ui.tabs = true
- ui.print('hi')
+ ui.print('foo')
textadept.history.back()
assert(buffer._type ~= _L['[Message Buffer]'])
textadept.history.forward()