diff options
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/testbootstrap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx index 6f0d07addbd2..c9c3b924b300 100644 --- a/sal/test/testbootstrap.cxx +++ b/sal/test/testbootstrap.cxx @@ -12,6 +12,8 @@ using namespace ::rtl; int main( int argc, char *argv[] ) { + osl_setCommandArgs (argc, argv); + sal_Int32 nCount = rtl_getAppCommandArgCount(); #if OSL_DEBUG_LEVEL > 1 |