diff options
| author | Eric Holk <eholk@mozilla.com> | 2011-07-19 14:31:55 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-21 11:51:22 -0700 |
| commit | d79afd7916dc2b5353666c301b93c09fdba29134 (patch) | |
| tree | 90c8c310a21a8126be1cd1eecaedcf3ddfd636e1 /src/rt/memory_region.cpp | |
| parent | 3ae4dcd41e72d197e3882835253745f79588b04a (diff) | |
| download | rust-d79afd7916dc2b5353666c301b93c09fdba29134.tar.gz rust-d79afd7916dc2b5353666c301b93c09fdba29134.zip | |
Improving move semantics for channel operations.
This lets us un-XFAIL task-comm-10.rs.
Diffstat (limited to 'src/rt/memory_region.cpp')
| -rw-r--r-- | src/rt/memory_region.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/memory_region.cpp b/src/rt/memory_region.cpp index 603ec12e796..f2a2a988964 100644 --- a/src/rt/memory_region.cpp +++ b/src/rt/memory_region.cpp @@ -4,7 +4,7 @@ // NB: please do not commit code with this uncommented. It's // hugely expensive and should only be used as a last resort. // -#define TRACK_ALLOCATIONS +// #define TRACK_ALLOCATIONS #define MAGIC 0xbadc0ffe |
