patch 8.2.3343: Vim9: autoload test fails

Problem:    Vim9: autoload test fails.
Solution:   Adjust the way the second message is avoided
diff --git a/src/version.c b/src/version.c
index 71633d7..b493c63 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3343,
+/**/
     3342,
 /**/
     3341,