Skip to content

Commit

Permalink
Remove assertion XFAIL from numerical diff tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetroZarytskyi authored and vgvassilev committed May 18, 2024
1 parent 674c5e7 commit d1fec23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/NumericalDiff/GradientMultiArg.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// RUN: ./GradientMultiArg.out | FileCheck -check-prefix=CHECK-EXEC %s

//CHECK-NOT: {{.*error|warning|note:.*}}
//XFAIL: asserts

#include "clad/Differentiator/Differentiator.h"

Expand Down
1 change: 0 additions & 1 deletion test/NumericalDiff/NumDiff.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %cladnumdiffclang -Xclang -plugin-arg-clad -Xclang -enable-tbr %s -I%S/../../include -oNumDiff.out
// RUN: ./NumDiff.out | FileCheck -check-prefix=CHECK-EXEC %s
//CHECK-NOT: {{.*error|warning|note:.*}}
//XFAIL: asserts
#include "clad/Differentiator/Differentiator.h"

double test_1(double x){
Expand Down

0 comments on commit d1fec23

Please sign in to comment.