From 3f1c1f5fe73d9fe48af8ffc2f0dbf2107d65cf52 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 2 Feb 2018 14:34:55 +1100 Subject: Implement SC_DOCUMENTOPTION_STYLES_NONE. --- test/unit/testCellBuffer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(strlen(sText)); - CellBuffer cb; + CellBuffer cb(true); SECTION("InsertOneLine") { bool startSequence = false; -- cgit v1.2.3