Skip to content

Commit

Permalink
Add missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann authored Sep 3, 2018
1 parent beadf75 commit 4811e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/const-int-wrapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ fn main() {
assert_eq!(SHL_A, ident(128));
assert_eq!(SHL_B, ident(1));

assert_eq!(SHR_A, ident(1);
assert_eq!(SHR_A, ident(1));
assert_eq!(SHR_B, ident(128));
}

0 comments on commit 4811e5b

Please sign in to comment.