summaryrefslogtreecommitdiff
path: root/media-libs/assimp/files/assimp-5.0.0-disabletest.patch
blob: d5343c113668c2de9214035eb5141de7b0ac1b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/test/unit/utVersion.cpp	2019-11-18 11:39:09.655298634 +0100
+++ b/test/unit/utVersion.cpp	2019-11-18 11:39:25.823299035 +0100
@@ -66,10 +66,6 @@
     EXPECT_NE( aiGetCompileFlags(), 0U );
 }
 
-TEST_F( utVersion, aiGetVersionRevisionTest ) {
-    EXPECT_NE( aiGetVersionRevision(), 0U );
-}
-
 TEST_F( utVersion, aiGetBranchNameTest ) {
     EXPECT_NE( nullptr, aiGetBranchName() );
 }