diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c
index 53b958d8f..9d784b7c2 100644
--- a/gio/gtestdbus.c
+++ b/gio/gtestdbus.c
@@ -360,13 +360,9 @@ _g_test_watcher_remove_pid (GPid pid)
* Once you have a service definition file which is local to your source tree,
* you can proceed to set up a GTest fixture using the #GTestDBus scaffolding.
*
- * Here is an example of a test fixture for D-Bus services:
- *
- *
- * FIXME: MISSING XINCLUDE CONTENT
- *
- *
- *
+ * An example of a test fixture for D-Bus services can be found
+ * here: gdbus-test-fixture.c
+ *
* Note that these examples only deal with isolating the D-Bus aspect of your
* service. To successfully run isolated unit tests on your service you may need
* some additional modifications to your test case fixture. For example; if your