test/langtools/tools/javac/6917288/GraphicalInstallerTest.java
changeset 50735 2f2af62dfac7
parent 47216 71c04702a3d5
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    45             error("compilation failed: rc=" + rc);
    45             error("compilation failed: rc=" + rc);
    46             return;
    46             return;
    47         }
    47         }
    48 
    48 
    49         check(classes,
    49         check(classes,
    50             "GraphicalInstaller$1.class",
       
    51             "GraphicalInstaller$1X$1.class",
    50             "GraphicalInstaller$1X$1.class",
    52             "GraphicalInstaller$1X.class",
    51             "GraphicalInstaller$1X.class",
    53             "GraphicalInstaller$BackgroundInstaller.class",
    52             "GraphicalInstaller$BackgroundInstaller.class",
    54             "GraphicalInstaller.class");
    53             "GraphicalInstaller.class");
    55 
    54