Fix a merge accident

This commit is contained in:
Matthias Clasen 2011-09-18 22:14:19 -04:00
parent 8b03fed0cf
commit bb1ada7791

View 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);