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,10 +13,10 @@
// 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 <string.h>
#include "FunctionList.h"
int TestMacro_Int_Float_Float(const Func *f, MTdata, bool relaxedMode);
int TestMacro_Int_Double_Double(const Func *f, MTdata, bool relaxedMode);