Skip to content

Commit

Permalink
Fix type-sizes test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahicks92 committed Dec 14, 2016
1 parent b3c285f commit 487ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/type-sizes.rs
Expand Up @@ -52,5 +52,5 @@ pub fn main() {

assert_eq!(size_of::<e1>(), 8 as usize);
assert_eq!(size_of::<e2>(), 8 as usize);
assert_eq!(size_of::<e3>(), 4 as usize);
assert_eq!(size_of::<e3>(), 2 as usize);
}

0 comments on commit 487ef58

Please sign in to comment.