Commit 562f184
committed
Ignore issue-122805.rs on big endian
Due to the use of to_be(), this codegen test is only applicable to
little-endian. The test tries to handle this via
`#[cfg(target_endian = "little")]`, which means that the function
will be omitted entirely and the CHECK lines will not match.
Instead, skip the test on big endian entirely.1 parent aec67e2 commit 562f184
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments