diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-17 10:30:36 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-12-23 11:18:41 +0000 |
commit | 597d178c2b516ab0cff4e4f86246d47ce9700f18 (patch) | |
tree | f7c6ae8071cd9f5b5b5133fa9d53a3c14bae6273 /sal/qa/rtl/ref | |
parent | 8e743e46781b252f41227d809dec43d3c4c1d01f (diff) |
tdf#97283: Merge sal rtl tests to one makefile
Change-Id: I1b78276e08feef9b6f49e5abe002391c50a8d2cc
Reviewed-on: https://gerrit.libreoffice.org/32143
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'sal/qa/rtl/ref')
-rw-r--r-- | sal/qa/rtl/ref/rtl_ref.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/rtl/ref/rtl_ref.cxx b/sal/qa/rtl/ref/rtl_ref.cxx index 415abafd554d..d8dc59e65839 100644 --- a/sal/qa/rtl/ref/rtl_ref.cxx +++ b/sal/qa/rtl/ref/rtl_ref.cxx @@ -107,6 +107,5 @@ class TestReferenceRefCounting : public CppUnit::TestFixture } // namespace rtl_ref CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ref::TestReferenceRefCounting); -CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |