summaryrefslogtreecommitdiff
path: root/gcc/c/c-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/c-lang.c')
-rw-r--r--gcc/c/c-lang.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c
index 510b7e7de47..e05741dadba 100644
--- a/gcc/c/c-lang.c
+++ b/gcc/c/c-lang.c
@@ -58,7 +58,10 @@ namespace selftest {
void
run_c_tests (void)
{
- c_format_c_tests ();
+ /* Run selftests shared within the C family. */
+ c_family_tests ();
+
+ /* Additional C-specific tests. */
}
} // namespace selftest