8343178: Test BasicTest.java javac compile fails cannot find symbol

Reviewed-by: jpai, asemenyuk
This commit is contained in:
SendaoYan 2024-10-29 06:05:56 +00:00
parent 54327bc4e3
commit df3473e220

View File

@ -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);
});
}