Skip to content

Commit

Permalink
Update vfs-library.spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Sep 4, 2024
1 parent cc4e98c commit d95b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BDD/vfs-library.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe("vfs", function()
local cdefs = [[
uint32_t vfs_dlopen_test(uint32_t input);
]]
local ffi = require("ffi")
-- local ffi = require("ffi")
ffi.cdef(cdefs)

local result = lib.vfs_dlopen_test(42) -- TBD allow loading cdefs from VFS (automatically? -> new issue)
Expand Down

0 comments on commit d95b6a8

Please sign in to comment.