summaryrefslogtreecommitdiff
path: root/tests/cppbasic/compute.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-11-27 01:02:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-11-27 01:02:41 +0000
commit58f5936af2e3f230960c8fb1bb53836d821a57b5 (patch)
tree44dcc359bac8c657ec3760eb646808f94d1de472 /tests/cppbasic/compute.cpp
parent5fe615c44e57de96f568f309876e6daaac77ac9d (diff)
parentb98626d1da831c5ced7d74d374a3242cbb82c3a5 (diff)
Merge "RS native tests should be built with clang."
Diffstat (limited to 'tests/cppbasic/compute.cpp')
-rw-r--r--tests/cppbasic/compute.cpp2
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();