From 70a62730bb3a928eb656dc10d8cf430ab1069e63 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 25 May 2022 19:06:33 +0200 Subject: [PATCH] updated comment [skip ci] --- tests/auto/functional/others/version/tst_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/functional/others/version/tst_version.cpp b/tests/auto/functional/others/version/tst_version.cpp index 8902dd708..79c590bb7 100644 --- a/tests/auto/functional/others/version/tst_version.cpp +++ b/tests/auto/functional/others/version/tst_version.cpp @@ -11,7 +11,7 @@ #include "orm/version.hpp" // TinyUtils #include "version.hpp" -// Tom example +// Tom example (defined on windows only) #ifdef TINYTOM_EXAMPLE # include "tom/version.hpp" #endif