lua-language-server: remove bee-tests.patch

This commit is contained in:
Aditya Alok 2021-10-03 01:17:42 +05:30
parent 940ab97821
commit 645648fe3f
No known key found for this signature in database
GPG Key ID: 5A52117417798AC7

View File

@ -1,12 +0,0 @@
--- lua-language-server/3rd/bee.lua/make.lua 2021-08-10 10:20:06.735907389 +0530
+++ lua-language-server-patch/3rd/bee.lua/make.lua 2021-08-10 19:24:38.931999705 +0530
@@ -23,9 +23,3 @@
output = "$bin/main.lua",
deps = "bootstrap",
}
-
-lm:build "test" {
- "$bin/bootstrap"..exe, "@test/test.lua",
- deps = { "bootstrap", "copy_script", "bee" },
- pool = "console"
-}