about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--021check_instruction.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index 35b3eea0..6b716362 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -174,6 +174,8 @@ void test_type_abbreviations_match_raw_types() {
   // b has type (address buffer address array character)
   reagent b("b:address:buffer:address:array:character");
   CHECK(types_strictly_match(a, b));
+  delete Type_abbreviations["text"];
+  put(Type_abbreviations, "text", NULL);
 }
 
 //: helpers