From 4cec4143d3f35be3f4379e00cc4fea357ef2a349 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 15 Nov 2016 21:55:56 -0800 Subject: 3675 --- 030container.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '030container.cc') 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 -- cgit 1.4.1-2-gfad0