diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-11 19:55:28 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-11 19:55:28 -0700 |
commit | 8e3951a11a52f52bb7f11021c38c3fa2217d8c1e (patch) | |
tree | c8b911cfe9d12f5911fd638a98a788d7bd361511 | |
parent | 2224e41fd7416ebd00820e07ad23a7d6d419a70b (diff) | |
download | mu-8e3951a11a52f52bb7f11021c38c3fa2217d8c1e.tar.gz |
3332
-rw-r--r-- | 030container.cc | 4 |
1 files 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") |