about summary refs log tree commit diff stats
path: root/048typecheck.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-30 19:28:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-30 19:28:57 -0700
commit1fbebe73ce457733c8c1352ec807346a038f373d (patch)
tree07286ab283eaa6bbacbc65cb7e46e47f81da4334 /048typecheck.cc
parente140ae63821e7d95e150d94d3ab2c24ccaa81722 (diff)
downloadmu-1fbebe73ce457733c8c1352ec807346a038f373d.tar.gz
1902
Now fix the proximal cause of the write to address 0.
Diffstat (limited to '048typecheck.cc')
-rw-r--r--048typecheck.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/048typecheck.cc b/048typecheck.cc
index 090e3033..5c22a436 100644
--- a/048typecheck.cc
+++ b/048typecheck.cc
@@ -80,5 +80,3 @@ recipe main [
   x:number <- copy 2
 ]
 +warn: missing type in 'x <- copy 1'
-+warn: x <- copy 1: reagent not initialized: x
-+warn: main: size mismatch in storing to x at 'x <- copy 1'