diff options
Diffstat (limited to 'test/full/example.lua')
-rw-r--r-- | test/full/example.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/example.lua b/test/full/example.lua index 57d02c38..4f6090ee 100644 --- a/test/full/example.lua +++ b/test/full/example.lua @@ -41,6 +41,7 @@ local function testIfExit(path) local lines = parser:lines(buf) for i = 1, max do files.removeAll() + files.open('') files.setText('', buf) diag('', function () end) local passed = os.clock() - clock |