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.
1 parent c87d995 commit fe2481eCopy full SHA for fe2481e
StaticResourceAssertUnitTests/StaticResourceUnitTest.cpp
@@ -33,6 +33,10 @@ TEST_CASE( "StaticResourceAssert Test" )
33
34
STATIC_REQUIRE_FALSE(STATIC_RESOURCE_FIND("richText1234234234234.rtf"));
35
STATIC_REQUIRE_FALSE(STATIC_RESOURCE_FIND("subRes/Test/texture134234 - Copy222.bmp"));
36
+
37
+ if constexpr (false == STATIC_RESOURCE_FIND("subRes/Test")) {
38
+ FAIL();
39
+ }
40
};
41
42
SECTION( "STATIC_RESOURCE_ASSERT" )
0 commit comments