aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testCellBuffer.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-02-02 14:34:55 +1100
committerNeil <nyamatongwe@gmail.com>2018-02-02 14:34:55 +1100
commit6fb4db4d6e160550a0889e209174b86e94bfe672 (patch)
treedf35b50ed6448f772c2288990c3f6332b6243d49 /test/unit/testCellBuffer.cxx
parent391226f67e1260eb77e7d3122d43281aa6ccd5ab (diff)
downloadscintilla-mirror-6fb4db4d6e160550a0889e209174b86e94bfe672.tar.gz
Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.
Backport of changeset 6448:431b814a54a6.
Diffstat (limited to 'test/unit/testCellBuffer.cxx')
-rw-r--r--test/unit/testCellBuffer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx
index d71bab88d..0efe35014 100644
--- a/test/unit/testCellBuffer.cxx
+++ b/test/unit/testCellBuffer.cxx
@@ -25,7 +25,7 @@ TEST_CASE("CellBuffer") {
const char sText[] = "Scintilla";
const Sci::Position sLength = static_cast<Sci::Position>(strlen(sText));
- CellBuffer cb;
+ CellBuffer cb(true);
SECTION("InsertOneLine") {
bool startSequence = false;