aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/unit/UnitTester.vcxproj1
-rw-r--r--test/unit/makefile1
-rw-r--r--test/unit/test.mak1
-rw-r--r--test/unit/unitTest.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj
index 65d4c58dc..b9b004154 100644
--- a/test/unit/UnitTester.vcxproj
+++ b/test/unit/UnitTester.vcxproj
@@ -150,7 +150,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\lexlib\WordList.cxx" />
<ClCompile Include="..\..\src\CellBuffer.cxx" />
<ClCompile Include="..\..\src\CharClassify.cxx" />
<ClCompile Include="..\..\src\ContractionState.cxx" />
diff --git a/test/unit/makefile b/test/unit/makefile
index 05bbed944..ab70d0532 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -49,7 +49,6 @@ CXXFLAGS += -Wall -Wextra
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
- ../../lexlib/WordList.cxx \
../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \
diff --git a/test/unit/test.mak b/test/unit/test.mak
index 6503acba4..f9fdab3c8 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -12,7 +12,6 @@ CXXFLAGS = /EHsc /std:c++17 /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
- ../../lexlib/WordList.cxx \
../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx
index 57bf6faee..bff1f9e56 100644
--- a/test/unit/unitTest.cxx
+++ b/test/unit/unitTest.cxx
@@ -29,7 +29,6 @@
OptionSet
PropSetSimple
StyleContext
- WordList
*/
#include <cstdio>