summaryrefslogtreecommitdiffstats
path: root/src/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing.c')
-rw-r--r--src/testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing.c b/src/testing.c
index 7543dd88b1..f879f1ea9c 100644
--- a/src/testing.c
+++ b/src/testing.c
@@ -813,8 +813,8 @@ f_test_refcount(typval_T *argvars, typval_T *rettv)
void
f_test_garbagecollect_now(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
- /* This is dangerous, any Lists and Dicts used internally may be freed
- * while still in use. */
+ // This is dangerous, any Lists and Dicts used internally may be freed
+ // while still in use.
garbage_collect(TRUE);
}