summaryrefslogtreecommitdiff
path: root/tests/gtest/test-regression.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest/test-regression.c')
-rw-r--r--tests/gtest/test-regression.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtest/test-regression.c b/tests/gtest/test-regression.c
index 019143f..725d289 100644
--- a/tests/gtest/test-regression.c
+++ b/tests/gtest/test-regression.c
@@ -121,6 +121,7 @@ test_bgo705564 (void)
g_object_unref (writer);
}
+#if 0
static void
test_bgo753314 (void)
{
@@ -158,6 +159,7 @@ test_bgo753314 (void)
g_object_unref (object);
g_object_unref (writer);
}
+#endif
int main (int argc, char *argv[])
{