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}}