< prev index next >

test/jdk/jdk/incubator/vector/templates/Unit-Binary-Masked-mem-op.template

Print this page
@@ -1,8 +1,6 @@
  
-     static $abstractvectortype$ bv_[[TEST]]_M = $abstractvectortype$.broadcast(SPECIES, ($type$)10);
- 
      @Test(dataProvider = "$type$UnaryOpMaskProvider")
      static void [[TEST]]$vectorteststype$MaskedWithMemOp(IntFunction<$type$[]> fa, IntFunction<boolean[]> fm) {
  [[KERNEL]]
          assertArraysEquals(r, a, ($type$)10, mask, $vectorteststype$::[[TEST]]);
      }
< prev index next >