testqbsp: make winding test [.releaseonly] as it crashes on msvc debug builds

This commit is contained in:
Eric Wasylishen 2022-06-28 00:21:59 -06:00
parent eb1f7acc02
commit c64b869248
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@ TEST_CASE("q1_wad_external", "[testmaps_q1]") {
CHECK(bsp.dtex.textures[3].data.size() == sizeof(dmiptex_t));
}
TEST_CASE("winding", "[benchmark]") {
TEST_CASE("winding", "[benchmark][.releaseonly]") {
ankerl::nanobench::Bench bench;
bench.run("std::vector<double> reserve(3*4*6)", [&] {