We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test\fuzz\bitdeque.cpp
1 parent 85f50a4 commit 774359bCopy full SHA for 774359b
build_msvc/fuzz/fuzz.vcxproj
@@ -9,8 +9,8 @@
9
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
10
</PropertyGroup>
11
<ItemGroup>
12
- <!-- TODO: Fix the code and remove bitdeque.cpp and miniscript.cpp exclusion. -->
13
- <ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\bitdeque.cpp;..\..\src\test\fuzz\miniscript.cpp" />
+ <!-- TODO: Fix the code and remove miniscript.cpp exclusion. -->
+ <ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\miniscript.cpp" />
14
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
15
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
16
</ClCompile>
0 commit comments