There was an error while loading. Please reload this page.
1 parent f4d5280 commit 4408faeCopy full SHA for 4408fae
1 file changed
spec/api/v3/compiler/recall_spec.lua
@@ -23,7 +23,7 @@ describe("Compiler.recall", function()
23
assert.same(module, recalled)
24
25
-- can also retrieve modules processed via require
26
- assert(compiler:recall(util.os_path("./bar.tl")))
+ assert(compiler:recall("./bar.tl"))
27
end)
28
29
it("returns nil if module wasn't previously loaded", function()
0 commit comments