File tree 4 files changed +4
-4
lines changed
src/tools/miri/tests/pass
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Ignore everything except x86 and x86_64
2
- // Any additional target are added to CI should be ignored here
2
+ // Any new targets that are added to CI should be ignored here.
3
3
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
4
4
//@ignore-target-aarch64
5
5
//@ignore-target-arm
Original file line number Diff line number Diff line change 1
1
// Ignore everything except x86 and x86_64
2
- // Any additional target are added to CI should be ignored here
2
+ // Any new targets that are added to CI should be ignored here.
3
3
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
4
4
//@ignore-target-aarch64
5
5
//@ignore-target-arm
Original file line number Diff line number Diff line change 1
1
// Ignore everything except x86 and x86_64
2
- // Any additional target are added to CI should be ignored here
2
+ // Any new targets that are added to CI should be ignored here.
3
3
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
4
4
//@ignore-target-aarch64
5
5
//@ignore-target-arm
Original file line number Diff line number Diff line change 1
1
// Ignore everything except x86 and x86_64
2
- // Any additional target are added to CI should be ignored here
2
+ // Any new targets that are added to CI should be ignored here.
3
3
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
4
4
//@ignore-target-aarch64
5
5
//@ignore-target-arm
You can’t perform that action at this time.
0 commit comments