Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdeye committed Jul 26, 2024
1 parent 6aa1e4e commit 9877c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool-openssl/test_util.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// Created by erindeye on 7/26/2024.
//
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

#ifndef TEST_UTIL_H
#define TEST_UTIL_H
Expand All @@ -13,6 +12,7 @@
#include <iterator>
#include <string>
#include <iostream>
#include <cctype>


// Helper function to trim whitespace from both ends of a string to test comparison output
Expand Down

0 comments on commit 9877c29

Please sign in to comment.