Skip to content

Commit 3cc7177

Browse files
committed
dotnet: add VB console tests
1 parent e982e95 commit 3cc7177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/compilers/dotnet/wrapper.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
288288
# yes, older SDKs omit the comma
289289
cs = mkConsoleTests "C#" "cs" "Hello,?\\ World!";
290290
fs = mkConsoleTests "F#" "fs" "Hello\\ from\\ F#";
291+
vb = mkConsoleTests "VB" "vb" "Hello,?\\ World!";
291292
};
292293

293294
web = lib.recurseIntoAttrs {

0 commit comments

Comments
 (0)