From 0f2781f8a28881084295663c3e608e5f6f159047 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 14:43:13 -0700 Subject: 3393 --- 053recipe_header.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '053recipe_header.cc') diff --git a/053recipe_header.cc b/053recipe_header.cc index a9cd5ca4..44e7e8da 100644 --- a/053recipe_header.cc +++ b/053recipe_header.cc @@ -145,13 +145,12 @@ if (result.has_header) { //: Support type abbreviations in headers. :(scenario type_abbreviations_in_recipe_headers) -type string = address:@:char def main [ local-scope - a:string <- foo + a:text <- foo 1:char/raw <- index *a, 0 ] -def foo -> a:string [ +def foo -> a:text [ # 'text' is an abbreviation local-scope load-ingredients a <- new [abc] -- cgit 1.4.1-2-gfad0