Skip to content

Commit

Permalink
Fix arch test
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 22, 2024
1 parent 48a1b61 commit d1f9559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gradient/UserDefinedTypes.C
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ void fn13(double *x, double *y, int size)
// CHECK-NEXT: clad::tape<double> _t3 = {};
// CHECK-NEXT: Findex _d_p({});
// CHECK-NEXT: Findex p;
// CHECK-NEXT: unsigned long _t0 = 0UL;
// CHECK-NEXT: unsigned {{int|long|long long}} _t0 = {{0U|0UL|0ULL}};
// CHECK-NEXT: _t1 = p.j;
// CHECK-NEXT: for (p.j = 0; ; clad::push(_t2, p.j) , (p.j += 1)) {
// CHECK-NEXT: {
Expand Down

0 comments on commit d1f9559

Please sign in to comment.