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

Unified Diff: test/unittests/BUILD.gn

Issue 2520053003: Fix out-of-range access in unibrow::Utf8::CalculateValue. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index 953bdbb314c5896bda72206bd8ca9a2b83725021..a05a47114e962e3c169e7f411f1715d32434bbaf 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -120,6 +120,7 @@ v8_executable("unittests") {
"source-position-table-unittest.cc",
"test-utils.cc",
"test-utils.h",
+ "unicode-unittest.cc",
"value-serializer-unittest.cc",
"wasm/asm-types-unittest.cc",
"wasm/ast-decoder-unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698