From 8e3951a11a52f52bb7f11021c38c3fa2217d8c1e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 11 Sep 2016 19:55:28 -0700 Subject: [PATCH] 3332 --- 030container.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/030container.cc b/030container.cc index 1c7df774..986e9581 100644 --- a/030container.cc +++ b/030container.cc @@ -781,8 +781,8 @@ container foo [ ] +error: container 'foo' contains multiple elements on a single line. Containers and exclusive containers must only contain elements, one to a line, no code. -//: ensure scenarios are consistent by always starting them at the same type -//: number. +//: ensure scenarios are consistent by always starting new container +//: declarations at the same type number :(before "End Setup") //: for tests Next_type_ordinal = 1000; :(before "End Test Run Initialization")