Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 323e80f1 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "binderRpcWireProtocolTest: remove experimental" into main am:...

Merge "binderRpcWireProtocolTest: remove experimental" into main am: 7fb53657 am: 3ac2234b am: 0efd79a1

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2794552



Change-Id: Ia44b8b0262ba25c8e36efc87cfd1ecca54141025
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 634b605d 0efd79a1
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -263,16 +263,4 @@ TEST(RpcWire, ReleaseBranchHasFrozenRpcWireProtocol) {
    }
}

TEST(RpcWire, IfNotExperimentalCodeHasNoExperimentalFeatures) {
    if (RPC_WIRE_PROTOCOL_VERSION == RPC_WIRE_PROTOCOL_VERSION_EXPERIMENTAL) {
        GTEST_SKIP() << "Version is experimental, so experimental features are okay.";
    }

    // if we set the wire protocol version to experimental, none of the code
    // should introduce a difference (if this fails, it means we have features
    // which are enabled under experimental mode, but we aren't actually using
    // or testing them!)
    checkRepr(kCurrentRepr, RPC_WIRE_PROTOCOL_VERSION_EXPERIMENTAL);
}

} // namespace android