summaryrefslogtreecommitdiff
path: root/test/scratch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/scratch.cc')
-rw-r--r--test/scratch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scratch.cc b/test/scratch.cc
index 502b31db0..53681db16 100644
--- a/test/scratch.cc
+++ b/test/scratch.cc
@@ -8,7 +8,7 @@ int main(int argc,char *argv[])
{
signal(SIGPIPE,SIG_IGN);
- URI Foo(argv[1]);
+/* URI Foo(argv[1]);
cout << Foo.Access << '\'' << endl;
cout << Foo.Host << '\'' << endl;
cout << Foo.Path << '\'' << endl;
@@ -16,7 +16,7 @@ int main(int argc,char *argv[])
cout << Foo.Password << '\'' << endl;
cout << Foo.Port << endl;
- return 0;
+ return 0;*/
pkgInitialize(*_config);