mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 08:31:57 +01:00
Removed benchmark tests from approval tests (for now)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
TEST_CASE( "benchmarked", "[.][benchmark]" ) {
|
||||
TEST_CASE( "benchmarked", "[!benchmark]" ) {
|
||||
|
||||
static const int size = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user