diff options
Diffstat (limited to 'tests/cppbasic/compute.cpp')
| -rw-r--r-- | tests/cppbasic/compute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cppbasic/compute.cpp b/tests/cppbasic/compute.cpp index 21ffe2b1..d9776677 100644 --- a/tests/cppbasic/compute.cpp +++ b/tests/cppbasic/compute.cpp @@ -6,7 +6,7 @@ using namespace android; using namespace RSC; -int main(int argc, char** argv) +int main() { sp<RS> rs = new RS(); |
