about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-15 21:55:56 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-15 22:22:11 -0800
commit4cec4143d3f35be3f4379e00cc4fea357ef2a349 (patch)
treec067f33b8193344993dd45d495be4e22951a1bc0 /030container.cc
parent293732951a2052dd079c253942922eab6c1a734d (diff)
downloadmu-4cec4143d3f35be3f4379e00cc4fea357ef2a349.tar.gz
3675
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 9db8344d..3e09fec5 100644
--- a/030container.cc
+++ b/030container.cc
@@ -779,12 +779,12 @@ void test_error_on_transform_all_between_container_definition_and_extension() {
       "]\n");
   // try to extend the container after transform
   transform_all();
-  CHECK_TRACE_DOESNT_CONTAIN_ERROR();
+  CHECK_TRACE_DOESNT_CONTAIN_ERRORS();
   Hide_errors = true;
   run("container foo [\n"
       "  b:num\n"
       "]\n");
-  CHECK_TRACE_CONTAINS_ERROR();
+  CHECK_TRACE_CONTAINS_ERRORS();
 }
 
 //:: Allow container definitions anywhere in the codebase, but complain if you