Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: third_party/boringssl/boringssl_unittest.cc

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_unittest.cc
diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
index 177298f55d663954b9f4832695f6dd4b848c1a44..4cc0804a81aef9e9ad8b5065c0c093b4fc62b5c3 100644
--- a/third_party/boringssl/boringssl_unittest.cc
+++ b/third_party/boringssl/boringssl_unittest.cc
@@ -232,6 +232,10 @@ TEST(BoringSSL, PQueue) {
TestSimple("pqueue_test");
}
-TEST(BoringSSL, HKDF) {
+TEST(BoringSSL, HKDF) {
TestSimple("hkdf_test");
}
+
+TEST(BoringSSL, PBKDF) {
+ TestSimple("pbkdf_test");
+}
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698