Skip to content

Commit fce8bd5

Browse files
committed
Add test revisions.
1 parent 4695411 commit fce8bd5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/codegen/char-escape-debug-no-bounds-check.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
//@ compile-flags: -Copt-level=3
2+
//@ add-core-stubs
3+
//@ revisions: linux win macos thumb
4+
//
5+
//@[linux] compile-flags: --target x86_64-unknown-linux-gnu
6+
//@[linux] needs-llvm-components: x86
7+
//@[win] compile-flags: --target x86_64-pc-windows-gnu
8+
//@[win] needs-llvm-components: x86
9+
//@[macos] compile-flags: --target aarch64-apple-darwin
10+
//@[macos] needs-llvm-components: arm
11+
//@[thumb] compile-flags: --target thumbv7em-none-eabi
12+
//@[thumb] needs-llvm-components: arm
213
#![crate_type = "lib"]
314

415
use std::char::EscapeDebug;

0 commit comments

Comments
 (0)