Skip to content

Commit

Permalink
Fix J2Kt JRE bug with BigIntegerConstructorsTest#testConstructorPrime2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580575618
  • Loading branch information
martinkretzschmar authored and copybara-github committed Nov 8, 2023
1 parent 0028c8f commit aa08e8a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
package com.google.j2cl.jre.java.math;

import com.google.j2cl.jre.java.util.EmulTestBase;
import com.google.j2cl.jre.testing.J2ktIncompatible;
import java.math.BigInteger;
import java.util.Random;

Expand Down Expand Up @@ -212,7 +211,6 @@ public void testConstructorPrime() {
}

/** Create a prime number of 2 bits length. */
@J2ktIncompatible // TODO(b/308933045): "Wrong bitlength"
public void testConstructorPrime2() {
int bitLen = 2;
Random rnd = new Random();
Expand Down

0 comments on commit aa08e8a

Please sign in to comment.