8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
authorpkbalakr
Thu, 12 Jan 2017 12:21:47 +0530
changeset 43093 c0087c8cf069
parent 43090 65e2b10e8e80
child 43094 c39e882a5149
child 43227 1641a55948d6
8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java Reviewed-by: aghaisas, psadhukhan
jdk/test/java/awt/image/Raster/TestChildRasterOp.java
--- a/jdk/test/java/awt/image/Raster/TestChildRasterOp.java	Mon Jan 09 11:57:06 2017 -0800
+++ b/jdk/test/java/awt/image/Raster/TestChildRasterOp.java	Thu Jan 12 12:21:47 2017 +0530
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 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
@@ -22,8 +22,8 @@
  */
 
 /**
- * @bug 8130737
  * @test
+ * @bug 8130737 8172559
  * @summary test no exception rasterop for child raster with non-zero offset
  */