summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-05-21 18:57:42 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-05-21 18:57:42 +0200
commit4a76af7326bb66a3761c0d1093caff31a1541738 (patch)
treea7a1c18f0f1a1cf5f42c983afe5ba9fecc8e2203 /tests
parent90b7a26ed6d74cc2d2371ffd4108ebad3b8bc98d (diff)
downloadvala-4a76af7326bb66a3761c0d1093caff31a1541738.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/methods/bug634753.vala1
1 files changed, 0 insertions, 1 deletions
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 () {