diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-11-27 23:10:23 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-11-27 23:10:23 +0100 |
commit | 922c47937bdd52d39f4a101eca20a38f0b67afb8 (patch) | |
tree | 37adfd225d3978024496a53684e5c67b3991eace | |
parent | b7e6a06a34f601dfb619e7c83800738643d14e96 (diff) |
build fix: remove extra ] from cxx file
Change-Id: I794a214ec63a44f60249c08b5a7a70704252a29b
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index cb42ab2d75b4..a89f8589d60a 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -2772,7 +2772,6 @@ void DesktopLOKTest::testABI() CPPUNIT_ASSERT_EQUAL(documentClassOffset(49), offsetof(struct _LibreOfficeKitDocumentClass, selectPart)); CPPUNIT_ASSERT_EQUAL(documentClassOffset(50), offsetof(struct _LibreOfficeKitDocumentClass, moveSelectedParts)); CPPUNIT_ASSERT_EQUAL(documentClassOffset(51), offsetof(struct _LibreOfficeKitDocumentClass, renderFontOrientation)); -] // Extending is fine, update this, and add new assert for the offsetof the // new method |