libstd: Fix Win32 and other bustage.
This commit is contained in:
@@ -481,8 +481,8 @@ mod bench {
|
||||
|
||||
#[bench]
|
||||
fn alloc_obj_with_dtor(bh: &mut BenchHarness) {
|
||||
do bh.iter {
|
||||
bh.iter(|| {
|
||||
HasDtor { x : 10 };
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user