You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/assimp/files/assimp-4.1.0-disabletest.patch

11 lines
298 B

--- a/test/unit/utVersion.cpp 2017-07-28 22:33:41.000000000 +0200
+++ b/test/unit/utVersion.cpp 2018-08-26 01:48:54.935116440 +0200
@@ -65,7 +65,3 @@
EXPECT_NE( aiGetCompileFlags(), 0U );
}
-TEST_F( utVersion, aiGetVersionRevisionTest ) {
- EXPECT_NE( aiGetVersionRevision(), 0U );
-}
-