aboutsummaryrefslogtreecommitdiff
path: root/gcc/opt-problem.cc
diff options
context:
space:
mode:
authorCohenArthur <cohenarthur.dev@gmail.com>2022-01-25 13:59:06 +0100
committerCohenArthur <arthur.cohen@epita.fr>2022-02-05 16:02:50 +0100
commitbc47ace0ec97ef1b3498c17ff03e2ee873743d5c (patch)
tree1e7d6aec2d1354fd6635694061332bb626377944 /gcc/opt-problem.cc
parent2b1345a73654cf5b2b13e334813ee97016ba5d1a (diff)
downloadgcc-bc47ace0ec97ef1b3498c17ff03e2ee873743d5c.zip
gcc-bc47ace0ec97ef1b3498c17ff03e2ee873743d5c.tar.gz
gcc-bc47ace0ec97ef1b3498c17ff03e2ee873743d5c.tar.bz2
selftest: Move C specific tests in c_family_test()
Diffstat (limited to 'gcc/opt-problem.cc')
-rw-r--r--gcc/opt-problem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opt-problem.cc b/gcc/opt-problem.cc
index e45d14e..11fec57 100644
--- a/gcc/opt-problem.cc
+++ b/gcc/opt-problem.cc
@@ -324,7 +324,7 @@ test_opt_result_failure_at (const line_table_case &case_)
/* Run all of the selftests within this file. */
void
-opt_problem_cc_tests ()
+c_opt_problem_cc_tests ()
{
test_opt_result_success ();
for_each_line_table_case (test_opt_result_failure_at);