8343178: Test BasicTest.java javac compile fails cannot find symbol
Reviewed-by: jpai, asemenyuk
This commit is contained in:
parent
54327bc4e3
commit
df3473e220
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -317,7 +317,7 @@ public final class BasicTest {
|
||||
pkgTest.addBundleVerifier(cmd -> {
|
||||
// Check jpackage used the supplied directory.
|
||||
Path tempDir = getTempDirectory(cmd, tempRoot);
|
||||
TKit.assertPathNotEmptyDirectory(tempDir);
|
||||
TKit.assertDirectoryNotEmpty(tempDir);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user