diff options
Diffstat (limited to 'src/test/run-pass/const-struct.rs')
| -rw-r--r-- | src/test/run-pass/const-struct.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/test/run-pass/const-struct.rs b/src/test/run-pass/const-struct.rs index 24542f54922..8a93a3e4c1c 100644 --- a/src/test/run-pass/const-struct.rs +++ b/src/test/run-pass/const-struct.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +use std::cmp; +use std::io; struct foo { a: int, b: int, c: int } | 
