aboutsummaryrefslogtreecommitdiff
path: root/gcc/spellcheck-tree.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-11-30 23:47:51 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-11-30 23:47:51 +0100
commit5de73c050e4dbb3dfc8705bf20199aedb090df20 (patch)
tree0b3cb78d4587c91313736b1efd39187b9e3bcb39 /gcc/spellcheck-tree.c
parent1069dc251bd97f187ff42b543ca90e08203465ae (diff)
downloadgcc-5de73c050e4dbb3dfc8705bf20199aedb090df20.zip
gcc-5de73c050e4dbb3dfc8705bf20199aedb090df20.tar.gz
gcc-5de73c050e4dbb3dfc8705bf20199aedb090df20.tar.bz2
spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.
* spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. * gengtype-state.c (read_state_pair): Likewise. * gimple-fold.c (gimple_fold_builtin_string_compare): Likewise. * sel-sched-dump.c (dump_insn_rtx_1): Likewise. * ipa-cp.c (intersect_aggregates_with_edge): Likewise. * ifcvt.c (noce_try_store_flag_constants): Likewise. * tree-ssa-ccp.c (ccp_finalize): Likewise. * omp-grid.c (grid_process_kernel_body_copy): Likewise. * builtins.c (fold_builtin_3): Likewise. * graphite-scop-detection.c (scop_detection::stmt_has_simple_data_refs_p): Likewise. * hsa-gen.c (hsa_function_representation::hsa_function_representation): Likewise. c/ * c-parser.c (c_parser_postfix_expression): Use ; instead of ;;. jit/ * jit-recording.c (recording::memento_of_new_rvalue_from_const <long>::write_reproducer): Use ; instead of ;;. lto/ * lto.c (create_subid_section_table): Use ; instead of ;;. objc/ * objc-next-runtime-abi-01.c (generate_dispatch_table): Use ; instead of ;;. From-SVN: r255284
Diffstat (limited to 'gcc/spellcheck-tree.c')
-rw-r--r--gcc/spellcheck-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/spellcheck-tree.c b/gcc/spellcheck-tree.c
index 56740b9..b819980 100644
--- a/gcc/spellcheck-tree.c
+++ b/gcc/spellcheck-tree.c
@@ -123,7 +123,7 @@ test_find_closest_identifier ()
ASSERT_EQ (apple, find_closest_identifier (get_identifier ("app"),
&candidates));
ASSERT_EQ (banana, find_closest_identifier (get_identifier ("banyan"),
- &candidates));;
+ &candidates));
ASSERT_EQ (cherry, find_closest_identifier (get_identifier ("berry"),
&candidates));
ASSERT_EQ (NULL,