about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/030container.cc b/030container.cc
index 9618dd2a..05b3a6e9 100644
--- a/030container.cc
+++ b/030container.cc
@@ -510,8 +510,8 @@ container bar [
 -error: unknown type: bar
 $error: 0
 
-:(after "int main")
-  Transform.push_back(check_invalid_types);
+:(after "Begin Transforms")
+Transform.push_back(check_invalid_types);
 
 :(code)
 void check_invalid_types(const recipe_ordinal r) {
@@ -556,7 +556,7 @@ container foo [
 +parse: element name: y
 +parse: type: 1
 
-:(before "End Transform")
+:(before "End Transform All")
 check_container_field_types();
 
 :(code)