Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: test/cctest/interpreter/test-source-positions.cc

Issue 2135573002: Address compilation warnings for android build. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update comment. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/uri.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/test-source-positions.cc
diff --git a/test/cctest/interpreter/test-source-positions.cc b/test/cctest/interpreter/test-source-positions.cc
index 19be47fa8e141192d67258203045158ead5f4e60..3161f92db95c166d447d8f4e33ae78d98d9cd869 100644
--- a/test/cctest/interpreter/test-source-positions.cc
+++ b/test/cctest/interpreter/test-source-positions.cc
@@ -58,11 +58,9 @@ struct TestCaseData {
declaration_parameters_(declaration_parameters),
arguments_(arguments) {}
- const char* const script() const { return script_; }
- const char* const declaration_parameters() const {
- return declaration_parameters_;
- }
- const char* const arguments() const { return arguments_; }
+ const char* script() const { return script_; }
+ const char* declaration_parameters() const { return declaration_parameters_; }
+ const char* arguments() const { return arguments_; }
private:
TestCaseData();
« no previous file with comments | « src/uri.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698