Skip to content

Commit 233a6e1

Browse files
authored
Use correct exclusion comment
1 parent 555a7b4 commit 233a6e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/invalid_const_promotion.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-wasm
11+
// ignore-wasm32
12+
// ignore-emscripten
1213

1314
#![feature(const_fn)]
1415
#![allow(const_err)]

0 commit comments

Comments
 (0)