Skip to content

Commit

Permalink
Fix test invocation of FirstDerivative/Recursive and Root/Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-07 authored and vgvassilev committed May 20, 2022
1 parent b00faaf commit e6ee2ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/FirstDerivative/Recursive.C
Original file line number Diff line number Diff line change
@@ -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:.*}}

Expand Down
4 changes: 2 additions & 2 deletions test/ROOT/Interface.C
Original file line number Diff line number Diff line change
@@ -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:.*}}

Expand Down

0 comments on commit e6ee2ae

Please sign in to comment.