From 025ae40efa7b182a4981c635b9206420537b17fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Thu, 14 May 2020 23:52:22 +0200 Subject: [PATCH] Removed unnecessary comment from test file --- test/tap/tests/reg_test_2793-compression-t.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tap/tests/reg_test_2793-compression-t.cpp b/test/tap/tests/reg_test_2793-compression-t.cpp index 6744f798f..9ea9c0076 100644 --- a/test/tap/tests/reg_test_2793-compression-t.cpp +++ b/test/tap/tests/reg_test_2793-compression-t.cpp @@ -26,7 +26,6 @@ int main(int argc, char** argv) { plan(1); - // Mixed compressed / uncompressed queries test #1493 const char* mysql_select_command = "mysql"; std::vector cargs = { "mysql", "-uroot", "-proot", "-h", "127.0.0.1", "-P6033", "-C", "-e", "select 1" };