aboutsummaryrefslogtreecommitdiffstats
path: root/community/assimp/05-remove-failing-x86-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/assimp/05-remove-failing-x86-test.patch')
-rw-r--r--community/assimp/05-remove-failing-x86-test.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/assimp/05-remove-failing-x86-test.patch b/community/assimp/05-remove-failing-x86-test.patch
deleted file mode 100644
index 7b564b8b944..00000000000
--- a/community/assimp/05-remove-failing-x86-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/test/unit/utFastAtof.cpp b/test/unit/utFastAtof.cpp
-index ef1e722..ddd8fe9 100644
---- a/test/unit/utFastAtof.cpp
-+++ b/test/unit/utFastAtof.cpp
-@@ -184,7 +184,7 @@ struct FastAtofWrapper {
- ai_real operator()(const char* str) { return Assimp::fast_atof(str); }
- };
-
--TEST_F(FastAtofTest, FastAtof)
-+/*TEST_F(FastAtofTest, FastAtof)
- {
- RunTest<ai_real>(FastAtofWrapper());
--}
-+}*/