summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 20:32:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 20:32:59 +0200
commitf007bab1e6ae4ee921aab48b2bb604a6425a3fda (patch)
treef301c4099c08cdcf54ec9107acdb84ba3c233a10 /app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch
parentsci-electronics/librepcb: Drop 0.1.0-r1 (diff)
downloadgentoo-f007bab1e6ae4ee921aab48b2bb604a6425a3fda.tar.gz
gentoo-f007bab1e6ae4ee921aab48b2bb604a6425a3fda.tar.bz2
gentoo-f007bab1e6ae4ee921aab48b2bb604a6425a3fda.zip
app-editors/qhexedit2: Drop 0.8.4 and 0.8.4_p20170719
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch')
-rw-r--r--app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch b/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch
deleted file mode 100644
index 339ef99477ee..000000000000
--- a/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qhexedit2-0.8.4/test/testchunks.cpp- 2017-01-17 02:32:54.000000000 +0300
-+++ qhexedit2-0.8.4/test/testchunks.cpp 2018-01-03 21:34:24.988555308 +0300
-@@ -1,8 +1,7 @@
- #include "testchunks.h"
- #include <cstdlib>
-
--
--TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile)
-+TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile): _chunks(nullptr)
- {
- char hex[] = "0123456789abcdef";
- srand(0);