diff options
| -rw-r--r-- | test/unit/testDecoration.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/unit/testDecoration.cxx b/test/unit/testDecoration.cxx index 05b636bd8..6f94ac21f 100644 --- a/test/unit/testDecoration.cxx +++ b/test/unit/testDecoration.cxx @@ -70,8 +70,8 @@ TEST_CASE("DecorationList") {  		decol.SetCurrentIndicator(indicator);  		decol.InsertSpace(0, 9);  		const int value = 59; -		int position = 4; -		int fillLength = 3; +		Sci::Position position = 4; +		Sci::Position fillLength = 3;  		bool changed = decol.FillRange(position, value, fillLength);  		REQUIRE(changed);  		REQUIRE(position == 4); | 
