diff options
Diffstat (limited to 'cppuhelper/test')
-rw-r--r-- | cppuhelper/test/bootstrap/bootstrap.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/bootstrap/bootstrap.test.cxx b/cppuhelper/test/bootstrap/bootstrap.test.cxx index d49f9534d12d..27ae9ed2813e 100644 --- a/cppuhelper/test/bootstrap/bootstrap.test.cxx +++ b/cppuhelper/test/bootstrap/bootstrap.test.cxx @@ -145,7 +145,7 @@ static void s_test__loadSharedLibComponentFactory__purpose_purpose() static rtl::OUString s_getSDrive(void) { - rtl::OUString path;//(RTL_CONSTASCII_USTRINGPARAM("file://")); + rtl::OUString path;//("file://"); // FIXME no more S drive |