Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 91b8386

Browse files
committed
disable some tests on wasm
1 parent 019763d commit 91b8386

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/ui/array-slice-vec/vec-macro-no-std.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
45

56
#![feature(rustc_private)]
67
#![no_std]

tests/ui/for-loop-while/for-loop-no-std.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
45
#![allow(unused_imports)]
56
#![feature(rustc_private)]
67
#![no_std]

tests/ui/format-no-std.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
45

56
#![feature(lang_items, rustc_private)]
67
#![no_std]

0 commit comments

Comments
 (0)