diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-13 05:21:11 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-14 01:10:25 +0200 |
commit | 6f12914ddfb4d69c0267b206be654c875da17426 (patch) | |
tree | acc51420bbabe78092bc1a866848fbc8d07efd39 /comphelper | |
parent | f15a69bd57e578ca607f14cb62f29a16986b96e6 (diff) |
update cppunit to 1.14.0
Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2
Reviewed-on: https://gerrit.libreoffice.org/36499
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/qa/unit/syntaxhighlighttest.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/comphelper/qa/unit/syntaxhighlighttest.cxx b/comphelper/qa/unit/syntaxhighlighttest.cxx index 47289db28340..0a9ba6b3aafd 100644 --- a/comphelper/qa/unit/syntaxhighlighttest.cxx +++ b/comphelper/qa/unit/syntaxhighlighttest.cxx @@ -37,11 +37,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; -std::ostream& operator<<(std::ostream& rStrm, const TokenType& tt) -{ - return rStrm << (int)tt; -} - void SyntaxHighlightTest::testBasicString() { OUString s("\"foo\""); std::vector<HighlightPortion> ps; |