about summary refs log tree commit diff stats
path: root/047check_type_by_name.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 00:06:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 00:38:36 -0700
commitea19d0dc2c11f48ca384fb087b4e44ef400bfaa2 (patch)
treeba204ece67397481a3104f4c7c1d6a0f3ad271f7 /047check_type_by_name.cc
parentec1cd4ae38f283970a401354a1ec17823fa0b7da (diff)
downloadmu-ea19d0dc2c11f48ca384fb087b4e44ef400bfaa2.tar.gz
3337 - first use of type abbreviations: text
In the process I've uncover a couple of situations we don't support type
abbreviations yet. They're next.
Diffstat (limited to '047check_type_by_name.cc')
-rw-r--r--047check_type_by_name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/047check_type_by_name.cc b/047check_type_by_name.cc
index 780392ad..d631a188 100644
--- a/047check_type_by_name.cc
+++ b/047check_type_by_name.cc
@@ -14,7 +14,7 @@ def main [
 ]
 +error: main: 'x' used with multiple types
 
-:(after "Begin Instruction Modifying Transforms")
+:(after "Transform.push_back(expand_type_abbreviations)")
 Transform.push_back(check_or_set_types_by_name);  // idempotent
 
 :(code)