langtools/test/tools/javac/lambda/Conditional03.java
changeset 35810 9ee6e90d679c
parent 14547 86d8d242b0c4
--- a/langtools/test/tools/javac/lambda/Conditional03.java	Wed Feb 10 07:21:32 2016 -0800
+++ b/langtools/test/tools/javac/lambda/Conditional03.java	Wed Feb 10 15:11:40 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2016, 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
@@ -26,7 +26,7 @@
  * @bug 8003280
  * @summary Add lambda tests
  *  conditionals and boxing
- * @compile -XDcomplexinference Conditional03.java
+ * @compile Conditional03.java
  */
 
 class Conditional03 {