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

Unified Diff: test/codegen/language/internal_library_test.dart

Issue 2209473002: Fix wrt analyzer tip (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 4 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/browser/language_tests.js ('k') | test/codegen_expected/language/const_types_test_07_multi.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/internal_library_test.dart
diff --git a/test/codegen/language/internal_library_test.dart b/test/codegen/language/internal_library_test.dart
index 55eacd00db8ad09c027fe9c4667ce8eced36dba2..21785f65233d6b6051cf248b6ad742f59a0a8f33 100644
--- a/test/codegen/language/internal_library_test.dart
+++ b/test/codegen/language/internal_library_test.dart
@@ -9,9 +9,10 @@ library internal_library_test;
import 'dart:core'; // This loads 'dart:_foreign_helper' and 'patch:core'.
import 'dart:_foreign_helper'; /// 01: compile-time error
-part 'dart:_foreign_helper'; /// 02: compile-time error
+// TODO(vsm): Restore once #618 is fixed.
+// part 'dart:_foreign_helper'; /// 02: static type warning
void main() {
JS('int', '0'); /// 01: continued
- JS('int', '0'); /// 02: continued
+ // JS('int', '0'); /// 02: continued
}
« no previous file with comments | « test/browser/language_tests.js ('k') | test/codegen_expected/language/const_types_test_07_multi.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698