Skip to content

Commit 11e669e

Browse files
authored
Merge pull request #220 from laumann/fix
Fix failing test
2 parents a0155ea + 7d54d9e commit 11e669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project/tests/compile-fail/asm-gated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
fn main() {
1212
unsafe {
13-
asm!(""); //~ ERROR inline assembly is not stable enough
13+
llvm_asm!(""); //~ ERROR inline assembly is not stable enough
1414
}
1515
}

0 commit comments

Comments
 (0)