diff --git a/test/FirstDerivative/Recursive.C b/test/FirstDerivative/Recursive.C index 220631b33..d4845da10 100644 --- a/test/FirstDerivative/Recursive.C +++ b/test/FirstDerivative/Recursive.C @@ -1,5 +1,5 @@ -// RUN: %cladclang %s -I%S/../../include -oBasicArithmeticAddSub.out 2>&1 | FileCheck %s -// RUN: ./BasicArithmeticAddSub.out | FileCheck -check-prefix=CHECK-EXEC %s +// RUN: %cladclang %s -I%S/../../include -oRecursive.out 2>&1 | FileCheck %s +// RUN: ./Recursive.out | FileCheck -check-prefix=CHECK-EXEC %s //CHECK-NOT: {{.*error|warning|note:.*}} diff --git a/test/ROOT/Interface.C b/test/ROOT/Interface.C index 5ad2693d1..9b1d86134 100644 --- a/test/ROOT/Interface.C +++ b/test/ROOT/Interface.C @@ -1,5 +1,5 @@ -// RUN: %cladclang %s -lm -I%S/../../include -oTFormula.out 2>&1 | FileCheck %s -// RUN: ./TFormula.out | FileCheck -check-prefix=CHECK-EXEC %s +// RUN: %cladclang %s -lm -I%S/../../include -oInterface.out 2>&1 | FileCheck %s +// RUN: ./Interface.out | FileCheck -check-prefix=CHECK-EXEC %s //CHECK-NOT: {{.*error|warning|note:.*}}