equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2013, 2014, 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. |
18 * |
18 * |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
|
23 package jdk.testlibrary; |
23 |
24 |
24 /* |
25 /* |
25 * @test |
26 * @test |
26 * @summary Test the OutputAnalyzer utility class |
27 * @summary Test the OutputAnalyzer utility class |
27 * @library /testlibrary |
28 * @library /testlibrary |
|
29 * @build jdk.testlibrary.* |
|
30 * @run main jdk.testlibrary.OutputAnalyzerTest |
28 */ |
31 */ |
29 |
|
30 import jdk.testlibrary.OutputAnalyzer; |
|
31 |
32 |
32 public class OutputAnalyzerTest { |
33 public class OutputAnalyzerTest { |
33 |
34 |
34 public static void main(String args[]) throws Exception { |
35 public static void main(String args[]) throws Exception { |
35 |
36 |