Index: webrtc/system_wrappers/BUILD.gn |
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn |
index 28c80f3c418cd84fdf6bfe084cc6477d90bdfd0c..e89f7337098315f922bf4dc8d40237ed85730c5e 100644 |
--- a/webrtc/system_wrappers/BUILD.gn |
+++ b/webrtc/system_wrappers/BUILD.gn |
@@ -193,7 +193,7 @@ if (is_linux) { |
} |
} |
-if (!rtc_include_tests) { |
+if (rtc_include_tests) { |
test("system_wrappers_unittests") { |
testonly = true |
sources = [ |