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

Unified Diff: pkg/compiler/lib/src/kernel/native_basic_data.dart

Issue 2846433003: Run closed_world2_test using the normal compiler pipeline. (Closed)
Patch Set: 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
Index: pkg/compiler/lib/src/kernel/native_basic_data.dart
diff --git a/pkg/compiler/lib/src/kernel/native_basic_data.dart b/pkg/compiler/lib/src/kernel/native_basic_data.dart
index f6bfd8a263f412ad912163c4424b01dcede69d97..482fdb99280419342dbecbb90c8b2cc3a53c9508 100644
--- a/pkg/compiler/lib/src/kernel/native_basic_data.dart
+++ b/pkg/compiler/lib/src/kernel/native_basic_data.dart
@@ -39,7 +39,8 @@ class KernelAnnotationProcessor implements AnnotationProcessor {
void extractJsInteropAnnotations(
LibraryEntity library, NativeBasicDataBuilder nativeBasicDataBuilder) {
- throw new UnimplementedError(
- 'KernelAnnotationProcessor.extractJsInteropAnnotations');
+ // TODO(johnniwinther): Implement this.
+ /*throw new UnimplementedError(
+ 'KernelAnnotationProcessor.extractJsInteropAnnotations');*/
}
}

Powered by Google App Engine
This is Rietveld 408576698