8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword

Reviewed-by: jjg, ksrini
This commit is contained in:
Matherey Nunez 2014-01-27 12:45:03 -08:00 committed by Sonali Goel
parent 99aae5c1fd
commit 69f2f2fad4
5 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2014, 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
@ -23,7 +23,7 @@
/*
* @test
* @bug 8003280
* @bug 8003280 8003306
* @summary Add lambda tests
* Regression test JDK-8003306 inner class constructor in lambda
* @author Robert Field