From 45c65b13050192e53ad98cc47f6e85acd9a426bf Mon Sep 17 00:00:00 2001 From: kiritofeng Date: Mon, 25 Dec 2023 18:08:52 -0500 Subject: [PATCH] testsuite/c_failinit: allow MLE without feedback; refs #1149 --- testsuite/helloworld/tests/c_failinit/test.linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/helloworld/tests/c_failinit/test.linux.yml b/testsuite/helloworld/tests/c_failinit/test.linux.yml index 4ff6e4d6f..cb8079e40 100644 --- a/testsuite/helloworld/tests/c_failinit/test.linux.yml +++ b/testsuite/helloworld/tests/c_failinit/test.linux.yml @@ -3,4 +3,4 @@ time: 1 memory: 1024 source: fail.c expect: [RTE, MLE] -feedback: ['failed initializing', 'segmentation fault'] +feedback: ['', 'failed initializing', 'segmentation fault'] # '' temporary workaround, see #1149