We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484aa7a commit 7c9d167Copy full SHA for 7c9d167
ut/performance_tests.cpp
@@ -84,7 +84,7 @@ class ColumnPerformanceTest : public ::testing::Test {
84
TYPED_TEST_SUITE_P(ColumnPerformanceTest);
85
86
// Turns out this is the easiest way to skip test with current version of gtest
87
-#ifndef NDEBUG
+#ifdef NDEBUG
88
# define SKIP_IN_DEBUG_BUILDS() (void)(0)
89
#else
90
# define SKIP_IN_DEBUG_BUILDS() GTEST_SKIP_("Test skipped for DEBUG build...")
0 commit comments