summaryrefslogtreecommitdiff
path: root/tests/cppallocation/compute.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-08-22 00:39:29 -0700
committerStephen Hines <srhines@google.com>2013-08-22 00:39:29 -0700
commit41efe87eb48ed945df2f26f4dff0eb5e00b8eebe (patch)
tree792c21f18b0bd5bcaabaae7c81185085bf017fef /tests/cppallocation/compute.cpp
parenta180b7d58ac6da9d6da866e43aa8c1fa83923dc5 (diff)
Fix C++ RS tests due to previous reflection/API changes.
Bug: 10427951 Change-Id: I06177d25cadf8697f9fca244edb2800e1102a7bf
Diffstat (limited to 'tests/cppallocation/compute.cpp')
-rw-r--r--tests/cppallocation/compute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cppallocation/compute.cpp b/tests/cppallocation/compute.cpp
index 5407e06d..b1d3d386 100644
--- a/tests/cppallocation/compute.cpp
+++ b/tests/cppallocation/compute.cpp
@@ -33,7 +33,7 @@ int main(int argc, char** argv)
sp<Allocation> ain = Allocation::createTyped(rs, t);
sp<Allocation> aout = Allocation::createTyped(rs, t);
- sp<ScriptC_multiply> sc = new ScriptC_multiply(rs, NULL, 0);
+ sp<ScriptC_multiply> sc = new ScriptC_multiply(rs);
uint32_t* buf = new uint32_t[numElems];
for (uint32_t ct=0; ct < numElems; ct++) {