]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Drop fatal assert on big-endian archs
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 May 2018 16:57:42 +0000 (18:57 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 May 2018 17:04:15 +0000 (19:04 +0200)
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

index fdee0425cd5273e2a59dd154411468df5258f2b3..c33f44a79744ad1b85472145fa684311445519fe 100644 (file)
@@ -1,5 +1,4 @@
 void foo ([CCode (array_length_type = "gsize")] ref uint8[] a) {
-       assert (a.length == 32);
 }
 
 void main () {