Skip to content

Commit 4408fae

Browse files
committed
fixup
1 parent f4d5280 commit 4408fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/api/v3/compiler/recall_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("Compiler.recall", function()
2323
assert.same(module, recalled)
2424

2525
-- can also retrieve modules processed via require
26-
assert(compiler:recall(util.os_path("./bar.tl")))
26+
assert(compiler:recall("./bar.tl"))
2727
end)
2828

2929
it("returns nil if module wasn't previously loaded", function()

0 commit comments

Comments
 (0)