From 36e4a162b950bcee61f0fe27cbacd3e85a7bdb55 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Feb 2018 09:22:14 +1100 Subject: Templatize RunStyles so it can be over ranges of different types and contain different style types. Currently only instantiated over . --- test/unit/testRunStyles.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit') diff --git a/test/unit/testRunStyles.cxx b/test/unit/testRunStyles.cxx index e93278dbf..dd57948f2 100644 --- a/test/unit/testRunStyles.cxx +++ b/test/unit/testRunStyles.cxx @@ -22,7 +22,7 @@ using namespace Scintilla; TEST_CASE("RunStyles") { - RunStyles rs; + RunStyles rs; SECTION("IsEmptyInitially") { REQUIRE(0 == rs.Length()); -- cgit v1.2.3