From 44d018b6155c93e899f4509ac8a4f0f2d2340d5b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 10 Apr 2016 15:49:45 -0700 Subject: 2823 --- 030address.cc | 7 ------- 031container.cc | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/030address.cc b/030address.cc index 10261132..b742731f 100644 --- a/030address.cc +++ b/030address.cc @@ -64,13 +64,6 @@ void lookup_memory(reagent& x) { drop_one_lookup(x); } -:(scenario canonize_non_pointer_fails_without_crashing) -% Hide_errors = true; -def foo [ - 1:address:number <- get-address *p, x:offset -] -# don't crash - :(after "bool types_strictly_match(reagent to, reagent from)") if (!canonize_type(to)) return false; if (!canonize_type(from)) return false; diff --git a/031container.cc b/031container.cc index fa008404..63ef85f2 100644 --- a/031container.cc +++ b/031container.cc @@ -399,6 +399,13 @@ def main [ ] +mem: storing 2 in location 4 +:(scenario canonize_non_pointer_fails_without_crashing) +% Hide_errors = true; +def foo [ + 1:address:number <- get-address *p, x:offset +] +# don't crash + //:: Allow containers to be defined in mu code. :(scenarios load) -- cgit 1.4.1-2-gfad0