diff options
Diffstat (limited to 'fastboot/fastboot_test.cpp')
-rw-r--r-- | fastboot/fastboot_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fastboot/fastboot_test.cpp b/fastboot/fastboot_test.cpp index 1681427c7..43201face 100644 --- a/fastboot/fastboot_test.cpp +++ b/fastboot/fastboot_test.cpp @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "fastboot.h" +#include "engine.h" #include <gtest/gtest.h> TEST(FastBoot, ParseOsPatchLevel) { - FastBoot fb; + FastBootTool fb; boot_img_hdr_v1 hdr; hdr = {}; @@ -34,7 +34,7 @@ TEST(FastBoot, ParseOsPatchLevel) { } TEST(FastBoot, ParseOsVersion) { - FastBoot fb; + FastBootTool fb; boot_img_hdr_v1 hdr; hdr = {}; |