diff options
-rw-r--r-- | devel/libdap/files/patch-tests-TestInt64.cc | 11 | ||||
-rw-r--r-- | devel/libdap/files/patch-tests-TestUInt64.cc | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/devel/libdap/files/patch-tests-TestInt64.cc b/devel/libdap/files/patch-tests-TestInt64.cc deleted file mode 100644 index 29266471b070..000000000000 --- a/devel/libdap/files/patch-tests-TestInt64.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/TestInt64.cc.orig 2015-09-08 22:42:20 UTC -+++ tests/TestInt64.cc -@@ -105,7 +105,7 @@ TestInt64::read() - d_buf = 64; - } - else { -- d_buf = 0x00ffffffffffffff; -+ d_buf = 0x00ffffffffffffffLL; - } - - set_read_p(true); diff --git a/devel/libdap/files/patch-tests-TestUInt64.cc b/devel/libdap/files/patch-tests-TestUInt64.cc deleted file mode 100644 index 20a21f67cf57..000000000000 --- a/devel/libdap/files/patch-tests-TestUInt64.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/TestUInt64.cc.orig 2015-09-08 22:42:20 UTC -+++ tests/TestUInt64.cc -@@ -99,7 +99,7 @@ TestUInt64::read() - d_buf = 64 * d_buf; - } - else { -- d_buf = 0xffffffffffffffff; // really big -+ d_buf = 0xffffffffffffffffLL; // really big - } - - set_read_p(true); |