From 74fb205083256a607d6e39bf05d7b8e6bcb60471 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Fri, 16 Dec 2016 09:03:52 -0800 Subject: [PATCH] Rename test files to match other test file names Summary: Rename test files to match other test file names Differential Revision: D4335198 fbshipit-source-id: b8f38162c3094231476059eb1f54326d8ba84848 --- tests/{YGLayoutAspectRatioTest.cpp => YGAspectRatioTest.cpp} | 0 tests/{YGLayoutDefaultValuesTest.cpp => YGDefaultValuesTest.cpp} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{YGLayoutAspectRatioTest.cpp => YGAspectRatioTest.cpp} (100%) rename tests/{YGLayoutDefaultValuesTest.cpp => YGDefaultValuesTest.cpp} (100%) diff --git a/tests/YGLayoutAspectRatioTest.cpp b/tests/YGAspectRatioTest.cpp similarity index 100% rename from tests/YGLayoutAspectRatioTest.cpp rename to tests/YGAspectRatioTest.cpp diff --git a/tests/YGLayoutDefaultValuesTest.cpp b/tests/YGDefaultValuesTest.cpp similarity index 100% rename from tests/YGLayoutDefaultValuesTest.cpp rename to tests/YGDefaultValuesTest.cpp