aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-set-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash-set-tests.c')
-rw-r--r--gcc/hash-set-tests.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/hash-set-tests.c b/gcc/hash-set-tests.c
index c96fe53..ce59059 100644
--- a/gcc/hash-set-tests.c
+++ b/gcc/hash-set-tests.c
@@ -134,8 +134,9 @@ test_set_of_strings ()
ASSERT_EQ (2, t.elements ());
}
-typedef struct hash_set_test_value_t
+typedef class hash_set_test_value_t
{
+public:
static int ndefault;
static int ncopy;
static int nassign;