@@ -1,4 +1,6 @@ + @Test(dataProvider = "$type$TernaryOpMaskProvider") static void [[TEST]]$vectorteststype$BroadcastMaskedSmokeTest(IntFunction<$type$[]> fa, IntFunction<$type$[]> fb, IntFunction<$type$[]> fc, IntFunction<boolean[]> fm) { $type$[] a = fa.apply(SPECIES.length()); $type$[] b = fb.apply(SPECIES.length());