diff options
Diffstat (limited to 'user/assimp/01-rm-revision-test.patch')
-rw-r--r-- | user/assimp/01-rm-revision-test.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/assimp/01-rm-revision-test.patch b/user/assimp/01-rm-revision-test.patch new file mode 100644 index 000000000..47a2a61fe --- /dev/null +++ b/user/assimp/01-rm-revision-test.patch @@ -0,0 +1,14 @@ +--- assimp-5.0.0/test/unit/utVersion.cpp.orig 2019-10-27 02:51:11.128925442 +0000 ++++ assimp-5.0.0/test/unit/utVersion.cpp 2019-10-27 02:54:22.554333936 +0000 +@@ -66,9 +66,9 @@ + EXPECT_NE( aiGetCompileFlags(), 0U ); + } + +-TEST_F( utVersion, aiGetVersionRevisionTest ) { ++/*TEST_F( utVersion, aiGetVersionRevisionTest ) { + EXPECT_NE( aiGetVersionRevision(), 0U ); +-} ++}*/ + + TEST_F( utVersion, aiGetBranchNameTest ) { + EXPECT_NE( nullptr, aiGetBranchName() ); |