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

Unified Diff: test/webkit/fast/js/kde/literals.js

Issue 148593004: A64: Synchronize with r18084. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | « test/webkit/fast/js/kde/j-comment-4.js ('k') | test/webkit/fast/js/kde/lval-exceptions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/literals.js
diff --git a/test/webkit/fast/js/kde/literals.js b/test/webkit/fast/js/kde/literals.js
index 57cf8cd9198c2b327e5e72faa6fd189d629d81fb..ca6f0544e6fcb16e634904333285876a23fc20b0 100644
--- a/test/webkit/fast/js/kde/literals.js
+++ b/test/webkit/fast/js/kde/literals.js
@@ -35,4 +35,4 @@ shouldBe("0xFF", "255");
shouldBe("01", "1");
shouldBe("010", "8");
shouldBe("09", "9");
-shouldBe("019", "19");
+shouldBe("019", "19");
« no previous file with comments | « test/webkit/fast/js/kde/j-comment-4.js ('k') | test/webkit/fast/js/kde/lval-exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698