aboutsummaryrefslogtreecommitdiff
path: root/tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect')
-rw-r--r--tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect b/tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect
index bc32c17..c4d88ab 100644
--- a/tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect
+++ b/tests/P_reduce_general_duplicate_array/ScriptC_reduce_general_duplicate_array.java.expect
@@ -77,7 +77,7 @@ public class ScriptC_reduce_general_duplicate_array extends ScriptC {
private int[] mResult;
}
- private final static int mExportReduceNewIdx_sumDec = 0;
+ private final static int mExportReduceIdx_sumDec = 0;
// in1 = "val"
public resultArray4_int reduce_sumDec(int[] in1) {
// Verify that "in1" is non-null.
@@ -106,11 +106,11 @@ public class ScriptC_reduce_general_duplicate_array extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_sumDec, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_sumDec, new Allocation[]{ain1}, aout, sc);
return new resultArray4_int(aout);
}
- private final static int mExportReduceNewIdx_sumInc = 1;
+ private final static int mExportReduceIdx_sumInc = 1;
// in1 = "val"
public resultArray4_int reduce_sumInc(int[] in1) {
// Verify that "in1" is non-null.
@@ -139,7 +139,7 @@ public class ScriptC_reduce_general_duplicate_array extends ScriptC {
}
Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
aout.setAutoPadding(true);
- reduce(mExportReduceNewIdx_sumInc, new Allocation[]{ain1}, aout, sc);
+ reduce(mExportReduceIdx_sumInc, new Allocation[]{ain1}, aout, sc);
return new resultArray4_int(aout);
}