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

Unified Diff: tests/compiler/dart2js/kernel/closed_world2_test.dart

Issue 2849363003: Fix Instantiation equivalence (Closed)
Patch Set: Updated cf. comment Created 3 years, 8 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 | « pkg/compiler/lib/src/universe/element_world_builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/closed_world2_test.dart
diff --git a/tests/compiler/dart2js/kernel/closed_world2_test.dart b/tests/compiler/dart2js/kernel/closed_world2_test.dart
index c8aec985e893337239f15c2e3dd1b6f7c871ec3b..9484484344f4bd81a4c25fb848e638a74283abfc 100644
--- a/tests/compiler/dart2js/kernel/closed_world2_test.dart
+++ b/tests/compiler/dart2js/kernel/closed_world2_test.dart
@@ -56,6 +56,7 @@ import 'impact_test.dart';
const SOURCE = const {
'main.dart': '''
import 'dart:html';
+import 'dart:typed_data';
import 'package:expect/expect.dart';
class ClassWithSetter {
@@ -86,6 +87,7 @@ main() {
null is List<int>;
method1(); // Both top level and instance method named 'method1' are live.
#main; // Use a const symbol.
+ new Int8List(0);
}
'''
};
« no previous file with comments | « pkg/compiler/lib/src/universe/element_world_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698