From 80888b95186a49cd09ea446d5c5c9cc50495b752 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 8 Apr 2020 14:25:08 +0200 Subject: [PATCH] tests: fix fmt test --- vlib/v/fmt/tests/conditional_compilation_keep.vv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/fmt/tests/conditional_compilation_keep.vv b/vlib/v/fmt/tests/conditional_compilation_keep.vv index eaed279e0e..fc42a75497 100644 --- a/vlib/v/fmt/tests/conditional_compilation_keep.vv +++ b/vlib/v/fmt/tests/conditional_compilation_keep.vv @@ -5,7 +5,7 @@ fn main() { $if !windows { println('This will get compiled on non-windows platforms.') } - // + // $if !linux { println('Only non linux platforms will get this') } $else {