Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Andriychuk authored and Max Andriychuk committed Sep 6, 2024
1 parent 0eddea6 commit f5236aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Analyses/ActivityReverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ double f3(double x){
//CHECK-NEXT: clad::tape<double> _t5 = {};
//CHECK-NEXT: double _d_x1 = 0., _d_x2 = 0., _d_x3 = 0., _d_x4 = 0., _d_x5 = 0.;
//CHECK-NEXT: double x1, x2, x3, x4, x5 = 0;
//CHECK-NEXT: unsigned long _t0 = 0UL;
//CHECK-NEXT: unsigned {{int|long}} _t0 = {{0U|0UL}};
//CHECK-NEXT: while (!x3)
//CHECK-NEXT: {
//CHECK-NEXT: _t0++;
Expand Down

0 comments on commit f5236aa

Please sign in to comment.