aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-21 17:42:23 -0800
committerGraydon Hoare <[email protected]>2011-02-21 17:42:23 -0800
commit60f97aa9cc73ee4e0b57abc07dc543c8fa823ee2 (patch)
treea177daef976b93c4e0c0c54a08c5f1310ccada71 /src/Makefile
parentImplement sha-1 in standard library. Closes #228 (diff)
downloadrust-60f97aa9cc73ee4e0b57abc07dc543c8fa823ee2.tar.xz
rust-60f97aa9cc73ee4e0b57abc07dc543c8fa823ee2.zip
Find main functions buried within modules. Un-XFAIL import.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 71c9807b..872ced98 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -492,6 +492,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
int.rs \
i32-sub.rs \
i8-incr.rs \
+ import.rs \
import2.rs \
import3.rs \
import4.rs \