Commit 3f6218bd authored by aberent's avatar aberent Committed by Commit bot

Fix downstream Chrome for Android GN build of Mojo tests

TBR=jamesr@chromium.org

BUG=463852

Review URL: https://codereview.chromium.org/982513002

Cr-Commit-Position: refs/heads/master@{#319050}
parent d6a4ef36
......@@ -404,7 +404,8 @@ public class CoreImplTest extends MojoTestCase {
options.setElementNumBytes(24);
createAndCloseDataPipe(options);
// Create datapipe with a flag set.
options.getFlags().setMayDiscard(true);
// TODO(aberent) fix or remove, this does not compile. See http://crbug/463852
// options.getFlags().setMayDiscard(true);
createAndCloseDataPipe(options);
// Create datapipe with capacity set.
options.setCapacityNumBytes(1024 * options.getElementNumBytes());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment