langtools/test/tools/javac/tree/JavacTreeScannerTest.java
changeset 43580 22134ce68814
parent 40766 5e7d12c4fe70
child 43876 bfb874896f7e
--- a/langtools/test/tools/javac/tree/JavacTreeScannerTest.java	Fri Feb 03 08:16:24 2017 -0800
+++ b/langtools/test/tools/javac/tree/JavacTreeScannerTest.java	Fri Feb 03 22:09:30 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2017, 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
@@ -41,7 +41,7 @@
  *          jdk.compiler/com.sun.tools.javac.tree
  *          jdk.compiler/com.sun.tools.javac.util
  * @build AbstractTreeScannerTest JavacTreeScannerTest
- * @run main/othervm JavacTreeScannerTest -q -r .
+ * @run main JavacTreeScannerTest -q -r .
  */
 
 import java.io.*;