mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8318689: jtreg is confused when folder name is the same as the test name
Reviewed-by: mullan
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2023, 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
|
||||
@@ -32,7 +32,7 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
import javax.security.auth.Subject;
|
||||
|
||||
public class DoAs {
|
||||
public class DoAsTest {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
final Set<String> outer = new HashSet<>(Arrays.asList("Outer"));
|
||||
Reference in New Issue
Block a user