aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-12-09 14:37:08 -0800
committerGraydon Hoare <[email protected]>2010-12-09 14:37:08 -0800
commit9da8d11a52a90832de35cab7285a3413e122a618 (patch)
tree5a87178f58bf55316705354f8f0ada09d465de81 /src
parentrustc: Add gross eq_ty() and hash_ty() functions (diff)
downloadrust-9da8d11a52a90832de35cab7285a3413e122a618.tar.xz
rust-9da8d11a52a90832de35cab7285a3413e122a618.zip
Actually un-XFAIL drop-on-ret.rs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 442c23bc..9e940b5c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -533,6 +533,7 @@ TEST_XFAILS_SELF := $(filter-out \
deep.rs \
deref.rs \
div-mod.rs \
+ drop-on-ret.rs \
fact.rs \
hello.rs \
int.rs \