Skip to content

Commit

Permalink
New generated main returns void
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 26, 2017
1 parent 8232734 commit 267800a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/codegen/abi-main-signature-16bit-c-int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
fn main() {
}

// CHECK: define i16 @main(i16, i8**)
// CHECK: define void @main(i16, i8**)
2 changes: 1 addition & 1 deletion src/test/codegen/abi-main-signature-32bit-c-int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
fn main() {
}

// CHECK: define i32 @main(i32, i8**)
// CHECK: define void @main(i32, i8**)

0 comments on commit 267800a

Please sign in to comment.