Fix a merge accident
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2011 02:14:19 +0000 (22:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Sep 2011 02:14:44 +0000 (22:14 -0400)
glib/tests/mappedfile.c

index 7a56e67..d6c6961 100644 (file)
@@ -105,6 +105,7 @@ main (int argc, char *argv[])
 
   g_test_add_func ("/mappedfile/basic", test_basic);
   g_test_add_func ("/mappedfile/empty", test_empty);
+  g_test_add_func ("/mappedfile/device", test_device);
   g_test_add_func ("/mappedfile/nonexisting", test_nonexisting);
   g_test_add_func ("/mappedfile/writable", test_writable);