We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7229f commit aac7792Copy full SHA for aac7792
2 files changed
vlib/v2/transformer/transformer_test.v
@@ -1,6 +1,7 @@
1
// Copyright (c) 2026 Alexander Medvednikov. All rights reserved.
2
// Use of this source code is governed by an MIT license
3
// that can be found in the LICENSE file.
4
+// vtest build: false
5
module transformer
6
7
import v2.ast
vlib/v2/types/checker_test.v
@@ -1,7 +1,7 @@
-// vtest build: !windows
module types
import os
0 commit comments