From 386eabb61ffb9012716fe21e8e950ac5cc6ebdcc Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Thu, 22 May 2014 17:40:20 -0700 Subject: [PATCH] Convert a unit test to manual --- src/beast/modules/beast_core/files/File.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beast/modules/beast_core/files/File.cpp b/src/beast/modules/beast_core/files/File.cpp index 66b41c9dd..a8312b735 100644 --- a/src/beast/modules/beast_core/files/File.cpp +++ b/src/beast/modules/beast_core/files/File.cpp @@ -1064,6 +1064,6 @@ public: } }; -BEAST_DEFINE_TESTSUITE (File,beast_core,beast); +BEAST_DEFINE_TESTSUITE_MANUAL (File,beast_core,beast); } // beast