test/tools/javac/lambda/ErroneousLambdaExpr.java

changeset 2000
4a6acc42c3a1
parent 1415
01c9d4161882
     1.1 --- a/test/tools/javac/lambda/ErroneousLambdaExpr.java	Fri Aug 30 17:36:47 2013 -0700
     1.2 +++ b/test/tools/javac/lambda/ErroneousLambdaExpr.java	Mon Sep 02 22:38:36 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2013 Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -26,6 +26,7 @@
    1.11   * @bug 8003280
    1.12   * @summary Add lambda tests
    1.13   *  stale state after speculative attribution round leads to missing classfiles
    1.14 + * @compile/fail/ref=ErroneousLambdaExpr.out -XDrawDiagnostics ErroneousLambdaExpr.java
    1.15   */
    1.16  public class ErroneousLambdaExpr<T> {
    1.17  

mercurial