summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp')
-rw-r--r--libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp b/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
index a8b76afd11a..27097250659 100644
--- a/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
+++ b/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
@@ -77,7 +77,7 @@ namespace __gnu_pbds
static std::string
name()
{
- return std::string("n_hash_map_")
+ return std::string("n_hash_map_")
+ (Cache_Hash ? std::string("cah") : std::string("ncah"));
}
@@ -89,7 +89,7 @@ namespace __gnu_pbds
"value",
(Cache_Hash ? std::string("true") : std::string("false")));
- return make_xml_tag("type", "value", "std_tr1_unordered_map",
+ return make_xml_tag("type", "value", "std_tr1_unordered_map",
cache_hash_desc);
}
};
@@ -99,5 +99,5 @@ namespace __gnu_pbds
} // namespace test
} // namespace __gnu_pbds
-#endif
+#endif