Rename files for consistency (#1166)

Signed-off-by: Marco Antognini <marco.antognini@arm.com>
This commit is contained in:
Marco Antognini
2021-02-17 17:05:09 +00:00
committed by GitHub
parent c67aa0535b
commit 7181bcdbac
25 changed files with 48 additions and 48 deletions

View File

@@ -13,11 +13,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#include "Utility.h"
#include "function_list.h"
#include "utility.h"
#include <limits.h>
#include <string.h>
#include "FunctionList.h"
int TestFunc_Float_Float_Int(const Func *f, MTdata, bool relaxedMode);
int TestFunc_Double_Double_Int(const Func *f, MTdata, bool relaxedMode);