Skip to content

Commit

Permalink
8343178: Test BasicTest.java javac compile fails cannot find symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Oct 29, 2024
1 parent f0075d5 commit 5dd9f8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -317,7 +317,7 @@ public void testTemp(TestTempType type) throws IOException {
pkgTest.addBundleVerifier(cmd -> {
// Check jpackage used the supplied directory.
Path tempDir = getTempDirectory(cmd, tempRoot);
TKit.assertPathNotEmptyDirectory(tempDir);
TKit.assertDirectoryNotEmpty(tempDir);
});
}

Expand Down

0 comments on commit 5dd9f8e

Please sign in to comment.