summaryrefslogtreecommitdiff
path: root/tests/proxy-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-05-27 12:34:05 -0400
committerDan Winship <danw@gnome.org>2012-05-27 12:34:05 -0400
commit0b72a9327340e3908c736701da6ba4b8ac0db8fa (patch)
treef3e0b1c4f196bc96929de9e28379ba6050c58353 /tests/proxy-test.c
parentce99732150e813df1b1c94c803329873ecdd65df (diff)
downloadlibsoup-0b72a9327340e3908c736701da6ba4b8ac0db8fa.tar.gz
proxy-test: unskip accidentally skipped tests
Diffstat (limited to 'tests/proxy-test.c')
-rw-r--r--tests/proxy-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/proxy-test.c b/tests/proxy-test.c
index 3f478c0d..62bbd990 100644
--- a/tests/proxy-test.c
+++ b/tests/proxy-test.c
@@ -363,7 +363,6 @@ main (int argc, char **argv)
run_test (i, FALSE);
run_test (i, TRUE);
}
- return 0;
server = soup_test_server_new (TRUE);
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);