From: Matthias Clasen Date: Mon, 19 Sep 2011 02:14:19 +0000 (-0400) Subject: Fix a merge accident X-Git-Tag: 2.31.0~479 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb1ada779161b0c552573c33a10cd2251d5cdea0;p=platform%2Fupstream%2Fglib.git Fix a merge accident --- diff --git a/glib/tests/mappedfile.c b/glib/tests/mappedfile.c index 7a56e67..d6c6961 100644 --- a/glib/tests/mappedfile.c +++ b/glib/tests/mappedfile.c @@ -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);