Skip to content

Commit 86a710e

Browse files
committed
Fix check-fast breakage in new enum test.
1 parent c0190a9 commit 86a710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/enum-discrim-width-stuff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ pub fn main() {
5151
check!(s, i64, -0x1727374757677787);
5252

5353
enum Simple { A, B }
54-
assert_eq!(std::mem::size_of::<Simple>(), 1);
54+
assert_eq!(::std::mem::size_of::<Simple>(), 1);
5555
}

0 commit comments

Comments
 (0)