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

Unified Diff: mojo/public/js/codec_unittests.js

Issue 830673002: Mojo Windows: test_structs.mojom C++ bindings don't compile (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added a comment about tests ignoring V10 Created 6 years 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 | « mojo/public/interfaces/bindings/tests/test_structs.mojom ('k') | mojo/public/js/struct_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/codec_unittests.js
diff --git a/mojo/public/js/codec_unittests.js b/mojo/public/js/codec_unittests.js
index 3dbcf274eb1b265a16e0c3c58facaa4bae24fd62..3d3ac9cab13fb5bbcd061ef8a0fa17c167dbbdea 100644
--- a/mojo/public/js/codec_unittests.js
+++ b/mojo/public/js/codec_unittests.js
@@ -263,7 +263,7 @@ define([
var testCases = [
// method, args, invalid examples, valid examples
[encoder.encodeArrayPointer, [DummyClass], [75],
- [[], null, undefined, new Uint8Array([])]]],
+ [[], null, undefined, new Uint8Array([])]],
[encoder.encodeStringPointer, [], [75, new String("foo")],
["", "bar", null, undefined]],
[encoder.encodeMapPointer, [DummyClass, DummyClass], [75],
« no previous file with comments | « mojo/public/interfaces/bindings/tests/test_structs.mojom ('k') | mojo/public/js/struct_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698