jdk/test/sun/java2d/marlin/CeilAndFloorTests.java
changeset 35665 e90002447fd5
parent 34417 57a3863abbb4
--- a/jdk/test/sun/java2d/marlin/CeilAndFloorTests.java	Wed Jan 06 12:38:42 2016 -0800
+++ b/jdk/test/sun/java2d/marlin/CeilAndFloorTests.java	Sat Jan 09 14:04:32 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2016, 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
@@ -27,6 +27,7 @@
  * @test
  * @summary Check for correct implementation of FloatMath.ceil/floor
  * @run main CeilAndFloorTests
+ * @modules java.desktop/sun.java2d.marlin
  */
 public class CeilAndFloorTests {