about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-27 17:53:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-27 17:53:18 -0700
commit5877ef32469e488e5634fd2374b2ae9638d36642 (patch)
tree5e492b0a05112faca71bfab9edd6229cf59797f1 /030container.cc
parentaf34d26686c30e9c61c910b683cc9803f2a138c9 (diff)
downloadmu-5877ef32469e488e5634fd2374b2ae9638d36642.tar.gz
1668 - there's a bug in CHECK_TRACE_DOESNT_CONTAIN
For starters start making the test fail when building until layer 41.
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/030container.cc b/030container.cc
index 551a76a4..6ee9fcd7 100644
--- a/030container.cc
+++ b/030container.cc
@@ -308,6 +308,7 @@ container bar [
   x:number
 ]
 -warn: unknown type: bar
+$warn: 0
 
 :(after "int main")
   Transform.push_back(check_invalid_types);