Skip to content

Commit 1e04bc5

Browse files
committed
asm vector: adjust compiletest lang/asm/const_args
1 parent e3a70f1 commit 1e04bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletests/ui/lang/asm/const_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn asm() {
99
const N: usize = 3;
1010
asm!(
1111
"%int = OpTypeInt 32 0",
12-
"%type = OpTypeVector %int {len}",
12+
"%value = OpConstant %int {len}",
1313
len = const N,
1414
);
1515
}

0 commit comments

Comments
 (0)