Skip to content

Commit

Permalink
fix some test mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch committed Sep 16, 2024
1 parent e070036 commit 7af2538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ForwardMode/STLCustomDerivatives.C
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ double fnTuple1(double x, double y) {
return v;
} // = 2x + 2y

//CHECK: clad::ValueAndPushforward<tuple<double, double, double>, tuple<double, double, double> > pack_pushforward(double x, double _d_x);
//CHECK: double fnTuple1_darg0(double x, double y) {
//CHECK-NEXT: double _d_x = 1;
//CHECK-NEXT: double _d_y = 0;
Expand Down

0 comments on commit 7af2538

Please sign in to comment.