summaryrefslogtreecommitdiff
path: root/java/sdk_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2019-09-23 10:31:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-09-23 10:31:40 +0000
commit2b6f04ca42adbd0ae653fe03649c39e0300d3a6b (patch)
treeff590aa5944326d1a48739706533b182ada249ba /java/sdk_test.go
parentb1102ba82847928276fc7a8edcba21396c2cb541 (diff)
parent68289b0efdfbef579085b668754dbc93fc84c05e (diff)
Merge "Add custom SystemModules to bootclasspath to reduce duplication"
Diffstat (limited to 'java/sdk_test.go')
-rw-r--r--java/sdk_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go
index 6be17eb88..88e21d73d 100644
--- a/java/sdk_test.go
+++ b/java/sdk_test.go
@@ -124,7 +124,7 @@ 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{`""`},
+ bootclasspath: []string{"core-platform-api-stubs-system-modules-lib"},
classpath: []string{},
},
{