Index: content/child/webcrypto/shared_crypto_unittest.cc |
diff --git a/content/child/webcrypto/shared_crypto_unittest.cc b/content/child/webcrypto/shared_crypto_unittest.cc |
index b30732a1ca148891a2066626ca7504cbfd78eae9..23a842dda3d93e1fcdfa4644e55d4d179813da85 100644 |
--- a/content/child/webcrypto/shared_crypto_unittest.cc |
+++ b/content/child/webcrypto/shared_crypto_unittest.cc |
@@ -37,14 +37,6 @@ |
#include "crypto/scoped_nss_types.h" |
#endif |
-// The OpenSSL implementation of WebCrypto is less complete, so don't run all of |
-// the tests: http://crbug.com/267888 |
-#if defined(USE_OPENSSL) |
-#define MAYBE(test_name) DISABLED_##test_name |
-#else |
-#define MAYBE(test_name) test_name |
-#endif |
- |
#define EXPECT_BYTES_EQ(expected, actual) \ |
EXPECT_EQ(CryptoData(expected), CryptoData(actual)) |