From 87494044918ecdd4dc8ea846ec41b460abf2c75b Mon Sep 17 00:00:00 2001 From: Atell Krasnopolski Date: Wed, 3 Jul 2024 16:33:14 +0200 Subject: [PATCH] Fix executable name for the STL test --- test/ForwardMode/STLCustomDerivatives.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ForwardMode/STLCustomDerivatives.C b/test/ForwardMode/STLCustomDerivatives.C index dfaf5fd0f..5943227a0 100644 --- a/test/ForwardMode/STLCustomDerivatives.C +++ b/test/ForwardMode/STLCustomDerivatives.C @@ -1,5 +1,5 @@ -// RUN: %cladclang %s -I%S/../../include -oUserDefinedTypes.out | %filecheck %s -// RUN: ./UserDefinedTypes.out | %filecheck_exec %s +// RUN: %cladclang %s -I%S/../../include -oSTLCustomDerivatives.out | %filecheck %s +// RUN: ./STLCustomDerivatives.out | %filecheck_exec %s // CHECK-NOT: {{.*error|warning|note:.*}}