diff options
| author | Austin Hicks <camlorn@camlorn.net> | 2016-11-23 16:31:21 -0500 |
|---|---|---|
| committer | Austin Hicks <camlorn@camlorn.net> | 2016-12-14 12:28:24 -0500 |
| commit | 052e59cc128993abfc5e1c8ce9148bef97df572c (patch) | |
| tree | c4f2af64e17f88a152c5c210ece363e6c82603cb /src/test | |
| parent | c8c3579bffaeb29b1feae286e06d792293e10287 (diff) | |
| download | rust-052e59cc128993abfc5e1c8ce9148bef97df572c.tar.gz rust-052e59cc128993abfc5e1c8ce9148bef97df572c.zip | |
Make tidy
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/multiple-reprs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/multiple-reprs.rs b/src/test/run-pass/multiple-reprs.rs index 7c6740d4fde..726563e5b49 100644 --- a/src/test/run-pass/multiple-reprs.rs +++ b/src/test/run-pass/multiple-reprs.rs @@ -35,8 +35,8 @@ pub struct p0f_api_query { pub magic: u32, pub addr_type: u8, pub addr: [u8; 16], - } + pub fn main() { assert_eq!(size_of::<E1>(), 6); assert_eq!(size_of::<E2>(), 6); |
