From: Rico Tzschichholz Date: Mon, 21 May 2018 16:57:42 +0000 (+0200) Subject: tests: Drop fatal assert on big-endian archs X-Git-Tag: 0.41.90~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a76af7326bb66a3761c0d1093caff31a1541738;p=thirdparty%2Fvala.git 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 --- diff --git a/tests/methods/bug634753.vala b/tests/methods/bug634753.vala index fdee0425c..c33f44a79 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 () {