From 86c715d712401ea09ccedd7120051103faacd500 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 19 Apr 2017 00:39:10 -0700 Subject: 3836 Fix CI. --- 021check_instruction.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to '021check_instruction.cc') 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 -- cgit 1.4.1-2-gfad0