6863914: bug number missing from test

Reviewed-by: tbell
This commit is contained in:
Jonathan Gibbons 2009-07-23 14:15:58 -07:00
parent b1c83646db
commit ae71131125

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. * Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,6 +26,7 @@ import com.sun.tools.classfile.*;
/* /*
* @test ArrayClassLiterals * @test ArrayClassLiterals
* @bug 6863814
* @summary test that class literals array doesn't crash javap * @summary test that class literals array doesn't crash javap
*/ */