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

Unified Diff: test/codegen/expect/_native_typed_data/_native_typed_data.js

Issue 973433003: Initial cut for a development server (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
Index: test/codegen/expect/_native_typed_data/_native_typed_data.js
diff --git a/test/codegen/expect/_native_typed_data/_native_typed_data.js b/test/codegen/expect/_native_typed_data/_native_typed_data.js
index 4ecab37b515dad6cfee9ea05a5d91de0fd20a5c9..d3c74bfb2256f90e492b7b079d74abb46c76b7a2 100644
--- a/test/codegen/expect/_native_typed_data/_native_typed_data.js
+++ b/test/codegen/expect/_native_typed_data/_native_typed_data.js
@@ -1484,11 +1484,11 @@ var _native_typed_data;
get _list() {
return new NativeFloat64List(2);
},
- set _list() {},
+ set _list(_) {},
get _uint32View() {
return dart.as(_list.buffer.asUint32List(), NativeUint32List);
},
- set _uint32View() {}
+ set _uint32View(_) {}
});
// Exports:
_native_typed_data.NativeByteBuffer = NativeByteBuffer;

Powered by Google App Engine
This is Rietveld 408576698