< prev index next >

test/langtools/tools/javac/nativeHeaders/NativeHeaderTest.java

Print this page
rev 50604 : imported patch jep181-rev1

*** 1,7 **** /* ! * Copyright (c) 2012, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 120,130 **** test(rk, gk, files, expect); // double check the synthetic class was generated checkEqual("generatedClasses", ! createSet("C.class", "C$1.class", "C$Inner.class"), createSet(classesDir.list())); } @Test void annoTest(RunKind rk, GenKind gk) throws Exception { --- 120,130 ---- test(rk, gk, files, expect); // double check the synthetic class was generated checkEqual("generatedClasses", ! createSet("C.class", "C$Inner.class"), createSet(classesDir.list())); } @Test void annoTest(RunKind rk, GenKind gk) throws Exception {
< prev index next >