Skip to content

Commit

Permalink
Adjust j2kt BigDecimal error messages and valueOf and enable BigDecim…
Browse files Browse the repository at this point in the history
…al j2cl Jre tests for j2kt.

PiperOrigin-RevId: 582052223
  • Loading branch information
stefanhaustein authored and copybara-github committed Nov 13, 2023
1 parent 4721673 commit d0b4481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jre/javatests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ j2kt_native_library(
name = "emul_tests_lib-j2kt-native",
testonly = 1,
srcs = [
"com/google/j2cl/jre/BigDecimalSuite.java",
"com/google/j2cl/jre/BigIntegerSuite.java",
"com/google/j2cl/jre/java/util/EmulTestBase.java",
"com/google/j2cl/jre/testing/J2ktIncompatible.java",
Expand Down Expand Up @@ -87,6 +88,7 @@ java_test(

j2cl_multi_test(
name = "BigDecimal",
enable_kt_native = True,
shard_count = 5,
test_class = "com.google.j2cl.jre.BigDecimalSuite",
deps = [":emul_tests_lib"],
Expand Down

0 comments on commit d0b4481

Please sign in to comment.