From 9ddf33daca786c737842d9deb9eddfde0011faa6 Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Tue, 19 Mar 2024 18:42:54 +0200 Subject: [PATCH] Fix Hessian/NestedFunctionCalls test on i586 --- test/Hessian/NestedFunctionCalls.C | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Hessian/NestedFunctionCalls.C b/test/Hessian/NestedFunctionCalls.C index 189a50ad1..c6ccba854 100644 --- a/test/Hessian/NestedFunctionCalls.C +++ b/test/Hessian/NestedFunctionCalls.C @@ -4,7 +4,6 @@ // RUN: ./NestedFunctionCalls.out | FileCheck -check-prefix=CHECK-EXEC %s // CHECK-NOT: {{.*error|warning|note:.*}} -// XFAIL: target={{i586.*}} #include "clad/Differentiator/Differentiator.h"