summaryrefslogtreecommitdiff
path: root/tests/cppbasic/compute.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-10-15 17:46:50 -0700
committerStephen Hines <srhines@google.com>2013-11-26 16:51:26 -0800
commitb98626d1da831c5ced7d74d374a3242cbb82c3a5 (patch)
tree44dcc359bac8c657ec3760eb646808f94d1de472 /tests/cppbasic/compute.cpp
parent5fe615c44e57de96f568f309876e6daaac77ac9d (diff)
RS native tests should be built with clang.
Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
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();