summaryrefslogtreecommitdiff
path: root/test/gjs-test-coverage.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-05-12 12:26:16 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2018-05-30 23:06:35 -0700
commit7a59adec7b1dc17cbaed3054c4368161a101df0a (patch)
treee29c4073e879d8ca10021a8e1d9f9a111b240da0 /test/gjs-test-coverage.cpp
parent8534966bc8de6a8eb28a5450f4e8405946b2a9df (diff)
downloadgjs-7a59adec7b1dc17cbaed3054c4368161a101df0a.tar.gz
tests: Correct typo in test name
Diffstat (limited to 'test/gjs-test-coverage.cpp')
-rw-r--r--test/gjs-test-coverage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gjs-test-coverage.cpp b/test/gjs-test-coverage.cpp
index 1c5c466d..1818c1a7 100644
--- a/test/gjs-test-coverage.cpp
+++ b/test/gjs-test-coverage.cpp
@@ -1312,8 +1312,8 @@ assert_coverage_data_for_source_file(ExpectedSourceFileCoverageData *expected,
}
static void
-test_correct_line_coverage_data_written_for_both_source_file_sectons(gpointer fixture_data,
- gconstpointer user_data)
+test_correct_line_coverage_data_written_for_both_source_file_sections(void *fixture_data,
+ const void *user_data)
{
if (skip_if_gc_zeal_mode())
return;
@@ -1504,6 +1504,6 @@ void gjs_test_add_tests_for_coverage()
NULL);
add_test_for_fixture("/gjs/coverage/correct_line_coverage_data_written_for_both_sections",
&coverage_for_multiple_files_to_single_output_fixture,
- test_correct_line_coverage_data_written_for_both_source_file_sectons,
+ test_correct_line_coverage_data_written_for_both_source_file_sections,
NULL);
}