diff -r a387ee36e5e0 -r d0ff431a596e test/langtools/tools/javac/diags/examples/WhereTypeVar.java --- a/test/langtools/tools/javac/diags/examples/WhereTypeVar.java Tue Apr 03 22:37:43 2018 +0200 +++ b/test/langtools/tools/javac/diags/examples/WhereTypeVar.java Tue Apr 03 23:58:52 2018 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 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 @@ -27,7 +27,7 @@ // key: compiler.err.cant.apply.symbol // key: compiler.misc.no.conforming.assignment.exists // key: compiler.misc.inconvertible.types -// options: --diags:formatterOptions=where,disambiguateTvars +// options: --diags=formatterOptions=where,disambiguateTvars // run: simple class WhereTypeVar {