Skip to content

Commit 4811e5b

Browse files
authored
Add missing brace
1 parent beadf75 commit 4811e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/const-int-wrapping.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ fn main() {
4242
assert_eq!(SHL_A, ident(128));
4343
assert_eq!(SHL_B, ident(1));
4444

45-
assert_eq!(SHR_A, ident(1);
45+
assert_eq!(SHR_A, ident(1));
4646
assert_eq!(SHR_B, ident(128));
4747
}

0 commit comments

Comments
 (0)