mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
22 lines
610 B
Plaintext
22 lines
610 B
Plaintext
From ed206398717563dddf3271e39ad8a16a7608cfab Mon Sep 17 00:00:00 2001
|
|
From: Begasus <begasus@gmail.com>
|
|
Date: Sun, 7 Jan 2024 09:50:32 +0100
|
|
Subject: Disable crashing test
|
|
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 197841b..578f90e 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -139,7 +139,6 @@ TESTS = \
|
|
arrays/inline-struct-field.test \
|
|
arrays/in-operator-with-boxed-needle.vala \
|
|
arrays/length-inline-assignment.vala \
|
|
- arrays/length-type.vala \
|
|
arrays/length-type-include.vala \
|
|
arrays/length-no-int-type.test \
|
|
arrays/struct-field-length-cname.vala \
|
|
--
|
|
2.42.1
|
|
|