aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mason-core/installer/compiler/link_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason-core/installer/compiler/link_spec.lua b/tests/mason-core/installer/compiler/link_spec.lua
index 62777bc9..2d770d03 100644
--- a/tests/mason-core/installer/compiler/link_spec.lua
+++ b/tests/mason-core/installer/compiler/link_spec.lua
@@ -128,8 +128,8 @@ describe("registry linker", function()
["golang:executable"] = "executable",
["luarocks:executable"] = "bin/executable",
["npm:executable"] = "node_modules/.bin/executable",
- ["nuget:executable"] = "executable",
["opam:executable"] = "bin/executable",
+ -- ["nuget:executable"] = "executable",
-- ["pypi:executable"] = "venv/bin/executable",
}