[vala/0.36] tests: Drop fatal assert on big-endian archs
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.36] tests: Drop fatal assert on big-endian archs
- Date: Mon, 21 May 2018 17:04:09 +0000 (UTC)
commit 0a85e6f4d2543987d4d5769fcbab1034431b0d59
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon May 21 18:57:42 2018 +0200
tests: Drop fatal assert on big-endian archs
The assert isn't required to verify this specific fix, but obviously shows
another underlying issue.
https://bugzilla.gnome.org/show_bug.cgi?id=796313
tests/methods/bug634753.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/methods/bug634753.vala b/tests/methods/bug634753.vala
index fdee042..c33f44a 100644
--- a/tests/methods/bug634753.vala
+++ b/tests/methods/bug634753.vala
@@ -1,5 +1,4 @@
void foo ([CCode (array_length_type = "gsize")] ref uint8[] a) {
- assert (a.length == 32);
}
void main () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]