Skip to content

Commit 6c56485

Browse files
committed
add whitespace
1 parent 8769ef6 commit 6c56485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/const-vector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub fn do_call() {
6868
test_i8x2_two_args(const { i8x2(32, 64) }, const { i8x2(8, 16) });
6969

7070
// CHECK: call void @test_i8x2_mixed_args(<2 x i8> <i8 32, i8 64>, i32 43, <2 x i8> <i8 8, i8 16>
71-
test_i8x2_mixed_args(const { i8x2(32, 64) }, 43, const {i8x2(8, 16) });
71+
test_i8x2_mixed_args(const { i8x2(32, 64) }, 43, const { i8x2(8, 16) });
7272

7373
// CHECK: call void @test_i8x2_arr(<2 x i8> <i8 32, i8 64>
7474
test_i8x2_arr(const { i8x2_arr([32, 64]) });

0 commit comments

Comments
 (0)