From ef992dbda837570fb96009c4c70989a017bba49d Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Thu, 24 Oct 2024 00:11:10 +0300 Subject: [PATCH] Fix ForwardMode/NotEnoughArgError.C --- test/ForwardMode/NotEnoughArgError.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ForwardMode/NotEnoughArgError.C b/test/ForwardMode/NotEnoughArgError.C index df49c5b14..1660a5056 100644 --- a/test/ForwardMode/NotEnoughArgError.C +++ b/test/ForwardMode/NotEnoughArgError.C @@ -13,8 +13,8 @@ int main () { // expected-error@clad/Differentiator/Differentiator.h:* {{too few arguments to function call, expected 2, have 1}} // expected-note@clad/Differentiator/Differentiator.h:* {{in instantiation of function template specialization 'clad::execute_with_default_args' requested here}} #if __clang_major__ < 16 - // expected-note@clad/Differentiator/Differentiator.h:* {{in instantiation of function template specialization 'clad::CladFunction::execute_helper' requested here}} - // expected-note@NotEnoughArgError.C:12 {{in instantiation of function template specialization 'clad::CladFunction::execute' requested here}} + // expected-note@clad/Differentiator/Differentiator.h:* {{in instantiation of function template specialization 'clad::CladFunction::execute_helper' requested here}} + // expected-note@NotEnoughArgError.C:12 {{in instantiation of function template specialization 'clad::CladFunction::execute' requested here}} #else // expected-note@clad/Differentiator/Differentiator.h:* {{in instantiation of function template specialization 'clad::CladFunction::execute_helper' requested here}} // expected-note@NotEnoughArgError.C:12 {{in instantiation of function template specialization 'clad::CladFunction::execute' requested here}}