langtools/test/tools/javac/defaultMethods/separate/Separate.java
changeset 19934 1d8232b1aa18
parent 14547 86d8d242b0c4
--- a/langtools/test/tools/javac/defaultMethods/separate/Separate.java	Mon Sep 09 23:13:45 2013 +0200
+++ b/langtools/test/tools/javac/defaultMethods/separate/Separate.java	Tue Sep 10 13:47:51 2013 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2013, 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,6 +23,7 @@
 
 /*
  * @test
+ * @bug 7192246
  * @summary smoke test for separate compilation of default methods
  * @author  Maurizio Cimadamore
  * @compile  pkg1/A.java