diff options
| author | Jeffrey Yasskin <[email protected]> | 2010-07-23 19:27:55 -0700 |
|---|---|---|
| committer | Jeffrey Yasskin <[email protected]> | 2010-08-08 14:29:53 -0700 |
| commit | df75a968c56935cca1c1482a8703eca82c607c62 (patch) | |
| tree | 4de318f7b789a65f45a5dcf30ac530f3c253ac5a /src | |
| parent | Add Or to the AUTHORS file. (diff) | |
| download | rust-df75a968c56935cca1c1482a8703eca82c607c62.tar.xz rust-df75a968c56935cca1c1482a8703eca82c607c62.zip | |
Fix LLVM translation of modules.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1d79a467..2aa06d4f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -463,7 +463,6 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ i32-sub.rs \ i8-incr.rs \ import.rs \ - inner-module.rs \ integral-indexing.rs \ int-lib.rs \ iter-range.rs \ |