summaryrefslogtreecommitdiff
path: root/cpp/tests/client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tests/client_test.cpp')
-rw-r--r--cpp/tests/client_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/client_test.cpp b/cpp/tests/client_test.cpp
index 6a22a65ad2..9534fdcecb 100644
--- a/cpp/tests/client_test.cpp
+++ b/cpp/tests/client_test.cpp
@@ -65,7 +65,7 @@ int main(int argc, char**)
//Use a named, temporary queue
Queue queue("MyQueue", true);
- //Create and open a connection
+
Connection con(argc > 1);
string host("localhost");
con.open(host);