about summary refs log tree commit diff stats
path: root/048check_type_by_name.cc
diff options
context:
space:
mode:
Diffstat (limited to '048check_type_by_name.cc')
-rw-r--r--048check_type_by_name.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc
index 438e45c3..fb193d78 100644
--- a/048check_type_by_name.cc
+++ b/048check_type_by_name.cc
@@ -14,8 +14,8 @@ recipe main [
 ]
 +error: main: x used with multiple types
 
-:(after "int main")
-  Transform.push_back(check_types_by_name);
+:(after "Begin Transforms")
+Transform.push_back(check_types_by_name);
 
 :(code)
 void check_types_by_name(const recipe_ordinal r) {