diff options
Diffstat (limited to 'delta_performer_integration_test.cc')
| -rw-r--r-- | delta_performer_integration_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/delta_performer_integration_test.cc b/delta_performer_integration_test.cc index 4a2505c6..1e3dea89 100644 --- a/delta_performer_integration_test.cc +++ b/delta_performer_integration_test.cc @@ -910,7 +910,7 @@ void DoSmallImageTest(bool full_kernel, bool full_rootfs, bool noop, void DoOperationHashMismatchTest(OperationHashTest op_hash_test, bool hash_checks_mandatory) { DeltaState state; - uint64_t minor_version = DeltaPerformer::kFullPayloadMinorVersion; + uint64_t minor_version = kFullPayloadMinorVersion; GenerateDeltaFile(true, true, false, -1, kSignatureGenerated, &state, minor_version); ScopedPathUnlinker a_img_unlinker(state.a_img); @@ -955,7 +955,7 @@ TEST(DeltaPerformerIntegrationTest, RunAsRootFullKernelSmallImageTest) { TEST(DeltaPerformerIntegrationTest, RunAsRootFullSmallImageTest) { DoSmallImageTest(true, true, false, -1, kSignatureGenerator, - true, DeltaPerformer::kFullPayloadMinorVersion); + true, kFullPayloadMinorVersion); } TEST(DeltaPerformerIntegrationTest, RunAsRootNoopSmallImageTest) { |
