Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2018-05-24 00:09:38 +0300
committergabime <gmelman1@gmail.com>2018-05-24 00:09:38 +0300
commitf4db1c510cf9228dce61388452889311bc1c4a73 (patch)
tree8d166bacaafa85084b67d325bb65b1635f35b294 /tests/tests.vcxproj.filters
parent560df2878ad308b27873b3cc5e810635d69cfad6 (diff)
catch potential flush exceptions
Diffstat (limited to 'tests/tests.vcxproj.filters')
-rw-r--r--tests/tests.vcxproj.filters6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests.vcxproj.filters b/tests/tests.vcxproj.filters
index c70cc496..ec1799a0 100644
--- a/tests/tests.vcxproj.filters
+++ b/tests/tests.vcxproj.filters
@@ -30,9 +30,6 @@
<ClCompile Include="utils.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="errors.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="test_macros.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -42,6 +39,9 @@
<ClCompile Include="test_misc.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="errors.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="test_async.cpp">
<Filter>Source Files</Filter>
</ClCompile>