mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 22:13:47 -04:00
19 lines
688 B
C++
19 lines
688 B
C++
$NetBSD: patch-config_stats__config__util__test.cc,v 1.2 2016/05/16 11:51:49 ryoon Exp $
|
|
|
|
--- config/stats_config_util_test.cc.orig 2016-05-15 08:11:10.000000000 +0000
|
|
+++ config/stats_config_util_test.cc
|
|
@@ -696,11 +696,11 @@ TEST(StatsConfigUtilTestAndroid, Default
|
|
}
|
|
#endif // OS_ANDROID
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_NACL)
|
|
+#if defined(OS_LINUX) || defined(OS_NACL) || defined(OS_NETBSD)
|
|
TEST(StatsConfigUtilTestLinux, DefaultValueTest) {
|
|
EXPECT_FALSE(StatsConfigUtil::IsEnabled());
|
|
}
|
|
-#endif // OS_LINUX || OS_NACL
|
|
+#endif // OS_LINUX || OS_NACL || OS_NETBSD
|
|
|
|
#else // !GOOGLE_JAPANESE_INPUT_BUILD
|
|
TEST(StatsConfigUtilTestNonOfficialBuild, DefaultValueTest) {
|