Commit 7d8252e
Fix test for 32bit arch
The value we use in the token info debug test overflows on 32bit
architectures and makes the test fail. This fixes the issue by making
the overflowing value < 2^32.
Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>1 parent 6b81342 commit 7d8252e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments