Skip to content

Commit 122fe91

Browse files
committed
Adding websocket client test project that was missing for Android to dirs.proj. We were still running the tests on Android so, nothing was missed.
1 parent 508d460 commit 122fe91

File tree

1 file changed

+1
-1
lines changed
  • Release/tests/functional/websockets/client

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/client/dirs.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup Condition="'$(DevToolsVersion)'=='140'">
1616
<ProjectFile Include="vs14\websocketsclient140_test.vcxproj" />
17-
<!-- <ProjectFile Include="vs14.android\websocketsclient140_test.android.vcxproj" Condition="'$(Platform)'!='x64'" /> -->
17+
<ProjectFile Include="vs14.android\websocketsclient140_test.android.vcxproj" Condition="'$(Platform)'!='x64'" />
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(OsVersion)|$(DevToolsVersion)'=='6.3|140'">

0 commit comments

Comments
 (0)