Skip to content

Commit 16a499c

Browse files
committed
Revert "TEMP: inject a hash failure to prove the nightly files an issue on its own"
This reverts commit 29b8a85.
1 parent 29b8a85 commit 16a499c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hash/sha256-hash.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ int main(int argc, char** argv)
9898
if (ret == 0) {
9999
ret = wc_Sha256Final(&sha256, hash);
100100
}
101-
/* CI-TEST-INJECTION: deliberate failure to prove the nightly files an issue
102-
* autonomously. REVERT THIS HUNK. */
103-
ret = WC_NO_ERR_TRACE(BAD_FUNC_ARG);
104101
if (ret != 0) {
105102
printf("ERROR: Hash operation failed");
106103
}

0 commit comments

Comments
 (0)