Fix a test that mysteriously resolves correctly when not check-fasting

This commit is contained in:
Brian Anderson 2012-08-28 10:58:16 -07:00
parent c5528198ab
commit adf9fa229f

View file

@ -1,4 +1,4 @@
import dvec::dvec;
import dvec::DVec;
struct c1<T: copy> {
let x: T;