summaryrefslogtreecommitdiff
path: root/tests/test_table.cc
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-06-03 14:51:18 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-06-03 14:51:18 -0700
commit6f30032183ccd20d7a7f031ebc9350f54179bba8 (patch)
treed11ff95cbe3a34a65804c163781c7e98ffc1f7af /tests/test_table.cc
parent838009ba2b8ea1e99061c66e0fbd9cb53a96ec20 (diff)
Sync from Google-internal development.
Diffstat (limited to 'tests/test_table.cc')
-rw-r--r--tests/test_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_table.cc b/tests/test_table.cc
index 9cc98b1..2cc5636 100644
--- a/tests/test_table.cc
+++ b/tests/test_table.cc
@@ -275,7 +275,7 @@ void test_inttable(int32_t *keys, uint16_t num_entries, const char *desc) {
if (x == INT_MAX) abort();
printf("%ld/s (%0.1f%% of upb)\n\n", (long)(i/total), i / upb_rand_i);
upb_inttable_uninit(&table);
- delete rand_order;
+ delete[] rand_order;
}
int32_t *get_contiguous_keys(int32_t num) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback