Merge pull request #194 from RalfJung/test
Enable a test that was accidentally left disabled
This commit is contained in:
commit
ec8cd6da29
@ -1,9 +1,7 @@
|
||||
#![feature(box_syntax)]
|
||||
// This disables the test completely:
|
||||
// ignore-stage1
|
||||
|
||||
fn main() {
|
||||
// With the nested Vec, this is calling Offset(Unique::empty(), 0).
|
||||
// With the nested Vec, this is calling Offset(Unique::empty(), 0) on drop.
|
||||
let args : Vec<Vec<i32>> = Vec::new();
|
||||
let local = box args;
|
||||
let _ = box args;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user