diff options
| author | Roy Frostig <[email protected]> | 2010-08-25 17:15:15 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-25 17:17:14 -0700 |
| commit | 6b053f24c71237586af7c23613356393149614a2 (patch) | |
| tree | 0b934a33e0ef128ac3496b4e30e4e157c1ffafad /src/Makefile | |
| parent | Add element to closure to hold captured tydesc (not body tydesc). (diff) | |
| download | rust-6b053f24c71237586af7c23613356393149614a2.tar.xz rust-6b053f24c71237586af7c23613356393149614a2.zip | |
Insure bools remain 0x1 or 0x0 by having boolean-NOT not just be a simple bit-NOT.
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 5d7b9dc9..558ba771 100644 --- a/src/Makefile +++ b/src/Makefile @@ -440,6 +440,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ bind-thunk.rs \ bind-trivial.rs \ bitwise.rs \ + bool-not.rs \ box-in-tup.rs \ box-unbox.rs \ cast.rs \ |