Skip to content

Commit

Permalink
Ignore no support targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Aug 6, 2019
1 parent 92e4e8e commit 418bf96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/ui/issues/issue-37433.rs
@@ -1,3 +1,5 @@
// ignore-emscripten no asm! support

#![feature(asm)]

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-37433.stderr
@@ -1,5 +1,5 @@
error[E0669]: invalid value for constraint in inline assembly
--> $DIR/issue-37433.rs:5:24
--> $DIR/issue-37433.rs:7:24
|
LL | asm!("" :: "r"(""));
| ^^
Expand Down

0 comments on commit 418bf96

Please sign in to comment.