diff options
| author | 2020-06-09 13:20:31 +0000 | |
|---|---|---|
| committer | 2020-06-09 13:20:31 +0000 | |
| commit | d7db79cc8b7cc2dbde919d95297b8dd917e7e831 (patch) | |
| tree | 3b3baf0b6a1b051a57e1e1dc113e4c709056eab1 /java/sdk_test.go | |
| parent | 4e372f7841c1b80178fa91110b34018d7e4d7ae8 (diff) | |
| parent | 1f41dbff6434deac5c41047f34ed7d5d288e5497 (diff) | |
Merge "Split the core/platform API into stable and legacy versions."
Diffstat (limited to 'java/sdk_test.go')
| -rw-r--r-- | java/sdk_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go index 52d2df552..e5d322c58 100644 --- a/java/sdk_test.go +++ b/java/sdk_test.go @@ -156,9 +156,9 @@ func TestClasspath(t *testing.T) { { name: "nostdlib system_modules", - properties: `sdk_version: "none", system_modules: "core-platform-api-stubs-system-modules"`, - system: "core-platform-api-stubs-system-modules", - bootclasspath: []string{"core-platform-api-stubs-system-modules-lib"}, + properties: `sdk_version: "none", system_modules: "legacy-core-platform-api-stubs-system-modules"`, + system: "legacy-core-platform-api-stubs-system-modules", + bootclasspath: []string{"legacy-core-platform-api-stubs-system-modules-lib"}, java8classpath: []string{}, }, { |