Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 4741461da7f59587296b42040b3631ccb6b9813b..5b64b2fc140ea6c4d3c87270a2f340bd68cf2b5a 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -763,7 +763,7 @@ if (is_linux) { |
testonly = true |
deps = [ |
"//ash:ash_unittests", # FAILS 4/20/2015 |
- "//base:base_unittests", # PASSES 4/17/2015 in 32-bit, some 64-bit failures. |
+ "//base:base_unittests", # PASSES 4/20/2015 |
"//cc:cc_unittests", # PASSES 4/17/2015 |
"//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015 |
"//chrome/test:browser_tests", |