Annotate DeleteKey test with bug number.

am: abcd323019

Change-Id: I1e3eb2b93c0054fb48fc8dbd9e844a74736afe46
This commit is contained in:
Shawn Willden 2017-06-01 15:26:30 +00:00 committed by android-build-merger
commit 392db77668

View file

@ -4008,7 +4008,8 @@ TEST_F(KeyDeletionTest, DeleteKey) {
Begin(KeyPurpose::SIGN, key_blob_, AuthorizationSetBuilder()
.Digest(Digest::NONE)
.Padding(PaddingMode::NONE),
&begin_out_params, &op_handle_));
&begin_out_params, &op_handle_))
<< " (Possibly b/37623742)";
} else {
EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::SIGN, key_blob_,
AuthorizationSetBuilder()