aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/debugger_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/debugger_spec.lua')
-rw-r--r--test/functional/legacy/debugger_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/debugger_spec.lua b/test/functional/legacy/debugger_spec.lua
index c6f552ab51..624e797f1c 100644
--- a/test/functional/legacy/debugger_spec.lua
+++ b/test/functional/legacy/debugger_spec.lua
@@ -14,7 +14,6 @@ describe('debugger', function()
before_each(function()
screen = Screen.new(999, 10)
- screen:attach()
end)
-- oldtest: Test_Debugger_breakadd_expr()