diff options
| author | Graydon Hoare <[email protected]> | 2010-12-08 14:50:47 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-08 14:50:47 -0800 |
| commit | 68af077e8192a6a1b18778b97449ad695a4ecffb (patch) | |
| tree | d5a7bb274b328239429bdb0c40cf1675f01c3d1a /src/Makefile | |
| parent | Fix missing case in resolve, un-XFAIL rec-tup.rs. (diff) | |
| download | rust-68af077e8192a6a1b18778b97449ad695a4ecffb.tar.xz rust-68af077e8192a6a1b18778b97449ad695a4ecffb.zip | |
Implement binop= forms. Un-XFAIL bitwise.rs.
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 041084c3..cb950eb7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -522,6 +522,7 @@ TEST_XFAILS_SELF := $(filter-out \ arith-0.rs \ arith-1.rs \ arith-2.rs \ + bitwise.rs \ bool-not.rs \ box.rs \ box-in-tup.rs \ |