diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-11 14:19:53 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-11 13:59:52 -0800 |
| commit | 34643eeac83991d8f50d829218291e0592746241 (patch) | |
| tree | 18d251349caa8af9de79ba7c21c6f3032e97d33d /src/Makefile | |
| parent | Fix two invalid import cases we were not detecting: (diff) | |
| download | rust-34643eeac83991d8f50d829218291e0592746241.tar.xz rust-34643eeac83991d8f50d829218291e0592746241.zip | |
Fix another import case we got wrong: The local environment should not
interfere with the import statements.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 2909882e..11b63f54 100644 --- a/src/Makefile +++ b/src/Makefile @@ -443,6 +443,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ i8-incr.rs \ import2.rs \ import3.rs \ + import4.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ |