test/script/error/hash_comment_nse.js

Mon, 16 Nov 2015 12:14:07 -0800

author
asaha
date
Mon, 16 Nov 2015 12:14:07 -0800
changeset 1692
dcb78b4ac30e
parent 1404
271aceb4b3f0
permissions
-rw-r--r--

Added tag jdk8u71-b09 for changeset 79a56b0e79aa

sundar@1404 1 /*
sundar@1404 2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
sundar@1404 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
sundar@1404 4 *
sundar@1404 5 * This code is free software; you can redistribute it and/or modify it
sundar@1404 6 * under the terms of the GNU General Public License version 2 only, as
sundar@1404 7 * published by the Free Software Foundation.
sundar@1404 8 *
sundar@1404 9 * This code is distributed in the hope that it will be useful, but WITHOUT
sundar@1404 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
sundar@1404 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
sundar@1404 12 * version 2 for more details (a copy is included in the LICENSE file that
sundar@1404 13 * accompanied this code).
sundar@1404 14 *
sundar@1404 15 * You should have received a copy of the GNU General Public License version
sundar@1404 16 * 2 along with this work; if not, write to the Free Software Foundation,
sundar@1404 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
sundar@1404 18 *
sundar@1404 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
sundar@1404 20 * or visit www.oracle.com if you need additional information or have any
sundar@1404 21 * questions.
sundar@1404 22 */
sundar@1404 23
sundar@1404 24 /**
sundar@1404 25 * Hash comment should result in error with -nse even with -scripting
sundar@1404 26 *
sundar@1404 27 * @option -nse
sundar@1404 28 * @option -scripting
sundar@1404 29 * @test/compile-error
sundar@1404 30 */
sundar@1404 31
sundar@1404 32 # this is a comment

mercurial