summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2024-06-10 15:08:28 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2024-06-10 17:50:33 +0200
commit2b6caa40d682e04e47a03d426e1359cdd74efbdc (patch)
treebff9f2c536a50ad922643ffb7b0ba772ed87e8d1 /basic
parented5bac73c8e09c606b271f385431c5a57b84bbb5 (diff)
tdf#160321 - Added missing VB test
Change-Id: I4019599aa9d7803a63e4270b06841915ea428392 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168637 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/cppunit/test_vba.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index d9c26acb87e5..e3ed10138da4 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -87,6 +87,7 @@ void VBATest::testMiscVBAFunctions()
"Err.Raise.vb",
"exp.vb",
"fix.vb",
+ "gosub_goto.vb",
"hex.vb",
"hour.vb",
"formatnumber.vb",