aboutsummaryrefslogtreecommitdiff
path: root/gcc/ordered-hash-map-tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ordered-hash-map-tests.cc')
-rw-r--r--gcc/ordered-hash-map-tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ordered-hash-map-tests.cc b/gcc/ordered-hash-map-tests.cc
index 55894c2..c2516b8 100644
--- a/gcc/ordered-hash-map-tests.cc
+++ b/gcc/ordered-hash-map-tests.cc
@@ -152,7 +152,7 @@ test_map_of_int_to_strings ()
ASSERT_EQ (*m.get (6), ant);
ASSERT_EQ (*m.get (8), spider);
ASSERT_EQ (m.get_or_insert (750, &existed), millipede);
- ASSERT_EQ (existed, TRUE);
+ ASSERT_EQ (existed, true);
ASSERT_EQ (*m.get (3), eric);
/* Verify that the order of insertion is preserved. */