From 98eb5c8db3947c16f8b923d02a6d32ac9481e14c Mon Sep 17 00:00:00 2001 From: Kim K Date: Thu, 14 Nov 2019 22:32:02 +0800 Subject: [PATCH] fix: failing test --- test/filetypes/cpp/functions.vader | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/filetypes/cpp/functions.vader b/test/filetypes/cpp/functions.vader index 1f32cf39..dbcfdace 100644 --- a/test/filetypes/cpp/functions.vader +++ b/test/filetypes/cpp/functions.vader @@ -19,8 +19,6 @@ Expect cpp (generated comment with nothing but @brief and @return tag): # Functions with parameters. # ============================================================================== Given cpp (function with parameters without return type): - using namespace std; - class TestClass { public: int myFunc();