patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI

Problem:    Vim9: test with invalid SID does not work in the GUI.
Solution:   Skip the test in the GUI.
diff --git a/src/version.c b/src/version.c
index a76e129..1a66eb6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1542,
+/**/
     1541,
 /**/
     1540,