diff options
-rw-r--r-- | dbtests/test.vcxproj | 1 | ||||
-rwxr-xr-x | dbtests/test.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dbtests/test.vcxproj b/dbtests/test.vcxproj index 86185675abc..984272d6429 100644 --- a/dbtests/test.vcxproj +++ b/dbtests/test.vcxproj @@ -661,7 +661,6 @@ <ClCompile Include="matchertests.cpp" />
<ClCompile Include="mmaptests.cpp" />
<ClCompile Include="namespacetests.cpp" />
- <ClCompile Include="pairingtests.cpp" />
<ClCompile Include="pdfiletests.cpp" />
<ClCompile Include="perftests.cpp" />
<ClCompile Include="queryoptimizertests.cpp" />
diff --git a/dbtests/test.vcxproj.filters b/dbtests/test.vcxproj.filters index 236aef92410..c576e5386e4 100755 --- a/dbtests/test.vcxproj.filters +++ b/dbtests/test.vcxproj.filters @@ -548,9 +548,6 @@ <ClCompile Include="namespacetests.cpp">
<Filter>dbtests</Filter>
</ClCompile>
- <ClCompile Include="pairingtests.cpp">
- <Filter>dbtests</Filter>
- </ClCompile>
<ClCompile Include="pdfiletests.cpp">
<Filter>dbtests</Filter>
</ClCompile>
|