diff options
| author | Graydon Hoare <[email protected]> | 2011-03-01 13:00:50 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-01 13:00:58 -0800 |
| commit | 7f2398e557d4b75cbf83dc88b6740e83a8d20910 (patch) | |
| tree | a08b4bedc27ad217829dffb0797021d1f117004e /src/Makefile | |
| parent | rustc: Switch from storing nullary tags as constants to storing their discrim... (diff) | |
| download | rust-7f2398e557d4b75cbf83dc88b6740e83a8d20910.tar.xz rust-7f2398e557d4b75cbf83dc88b6740e83a8d20910.zip | |
Implement structured compare for rec, tup, tag. Un-XFAIL structured-compare.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6659297e..2be8be48 100644 --- a/src/Makefile +++ b/src/Makefile @@ -505,7 +505,6 @@ TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \ spawn.rs \ str-append.rs \ str-concat.rs \ - structured-compare.rs \ syntax-extension-fmt.rs \ syntax-extension-shell.rs \ task-comm-0.rs \ |