We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ae1f4 commit 3d5c23aCopy full SHA for 3d5c23a
1 file changed
unit/meson.build
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
-# Skip for now on Windows.
+# Skip on Windows for now.
4
if not is_windows
5
6
test_uint128 = executable(
@@ -63,4 +63,4 @@ test_argconfig_parse = executable(
63
64
test('nvme-cli - argconfig_parse', test_argconfig_parse)
65
66
-endif
+endif # not is_windows
0 commit comments