diff options
| author | 2019-09-23 10:31:40 +0000 | |
|---|---|---|
| committer | 2019-09-23 10:31:40 +0000 | |
| commit | 2b6f04ca42adbd0ae653fe03649c39e0300d3a6b (patch) | |
| tree | ff590aa5944326d1a48739706533b182ada249ba /java/sdk_test.go | |
| parent | b1102ba82847928276fc7a8edcba21396c2cb541 (diff) | |
| parent | 68289b0efdfbef579085b668754dbc93fc84c05e (diff) | |
Merge "Add custom SystemModules to bootclasspath to reduce duplication"
Diffstat (limited to 'java/sdk_test.go')
| -rw-r--r-- | java/sdk_test.go | 2 |
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{}, }, { |