diff options
Diffstat (limited to 'test/scratch.cc')
-rw-r--r-- | test/scratch.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scratch.cc b/test/scratch.cc index 74c976700..6783f3796 100644 --- a/test/scratch.cc +++ b/test/scratch.cc @@ -201,7 +201,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; @@ -209,7 +209,7 @@ int main(int argc,char *argv[]) cout << Foo.Password << '\'' << endl; cout << Foo.Port << endl; - return 0;*/ + return 0; pkgInitialize(*_config); |