diff options
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 \ |