Skip to content

Commit a0fc34e

Browse files
authored
🐛fix(typo): in the meson test suite.
1 parent 9333f9c commit a0fc34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/bau/meson.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--- @usage :luafile ~/.local/share/nvim/lazy/compiler.nvim/tests/tests/bau/meson.lua
33

44
local ms = 1000 -- wait time
5-
local bau = require("compiler.bau.cmake")
5+
local bau = require("compiler.bau.meson")
66
local example = vim.fn.stdpath "data" .. "/lazy/compiler.nvim/tests/examples/bau/meson"
77

88
-- Run meson.build

0 commit comments

Comments
 (0)