aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/108_backtrace_debug_commands_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/108_backtrace_debug_commands_spec.lua')
-rw-r--r--test/functional/legacy/108_backtrace_debug_commands_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/108_backtrace_debug_commands_spec.lua b/test/functional/legacy/108_backtrace_debug_commands_spec.lua
index 9ace4ef093..1c1a2095d5 100644
--- a/test/functional/legacy/108_backtrace_debug_commands_spec.lua
+++ b/test/functional/legacy/108_backtrace_debug_commands_spec.lua
@@ -121,7 +121,6 @@ describe('108', function()
Error detected while processing function Foo[2]..Bar[2]..Bazz:
line 3:
E121: Undefined variable: var3
- E15: Invalid expression: var3
here var3 is defined with "another var":
another var
@@ -129,7 +128,6 @@ describe('108', function()
Error detected while processing function Foo[2]..Bar:
line 3:
E121: Undefined variable: var2
- E15: Invalid expression: var2
here var2 is defined with 10:
10