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

Unified Diff: test/cctest/parsing/test-scanner.cc

Issue 2353943002: Fix compilation failure with GCC 5 (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/parsing/test-scanner.cc
diff --git a/test/cctest/parsing/test-scanner.cc b/test/cctest/parsing/test-scanner.cc
index fd1be1192cb2ed966bced5f955f6f019ee37c72d..79309118d3bee14b3fe13a024956ebf1117a4b80 100644
--- a/test/cctest/parsing/test-scanner.cc
+++ b/test/cctest/parsing/test-scanner.cc
@@ -17,8 +17,6 @@ namespace {
const char src_simple[] = "function foo() { var x = 2 * a() + b; }";
-static UnicodeCache* unicode_cache = new UnicodeCache();
-
std::unique_ptr<Scanner> make_scanner(const char* src) {
std::unique_ptr<Scanner> scanner(new Scanner(new UnicodeCache()));
scanner->Initialize(ScannerStream::ForTesting(src).release());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698