You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lua/luacheck/files/luacheck-0.23.0-disable-mea...

14 lines
446 B

--- a/spec/cli_spec.lua
+++ b/spec/cli_spec.lua
@@ -68,10 +68,6 @@
assert.equal(0, get_exitcode "spec/samples/good_code.lua --no-config")
end)
- it("allows measuring performance", function()
- assert.equal(0, get_exitcode "spec/samples/good_code.lua --no-config --profile")
- end)
-
it("removes ./ in the beginnings of file names", function()
assert.equal([[
Checking spec/samples/good_code.lua OK