Skip to content

Commit

Permalink
More fixes for Gradient/Gradients test on i586
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov committed Mar 19, 2024
1 parent 130b8a2 commit 74530ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Gradient/Gradients.C
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ double fn_template_non_type(double x) {
// CHECK-NEXT: bool _cond0;
// CHECK-NEXT: size_t _d_m = 0;
// CHECK-NEXT: const size_t maxN = 53;
// CHECK-NEXT: _cond0 = maxN < 15UL;
// CHECK-NEXT: const size_t m = _cond0 ? maxN : 15UL;
// CHECK-NEXT: _cond0 = maxN < {{15U|15UL}};
// CHECK-NEXT: const size_t m = _cond0 ? maxN : {{15U|15UL}};
// CHECK-NEXT: goto _label0;
// CHECK-NEXT: _label0:
// CHECK-NEXT: * _d_x += 1 * m;
Expand Down

0 comments on commit 74530ea

Please sign in to comment.