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

Unified Diff: tools/testing/dart/fletch_warnings_suite.dart

Issue 1413713011: Revert "Extend the mDNS package with a native extension used on Mac OS" (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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 | « tests/mdns_tests/mdns_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/fletch_warnings_suite.dart
diff --git a/tools/testing/dart/fletch_warnings_suite.dart b/tools/testing/dart/fletch_warnings_suite.dart
index 7d90e414fb8d995fe4883d774036b6e6b8c5dce4..9bcbc68702474fb5c5db41822ff65d01baed5f4e 100644
--- a/tools/testing/dart/fletch_warnings_suite.dart
+++ b/tools/testing/dart/fletch_warnings_suite.dart
@@ -62,8 +62,7 @@ class FletchWarningsRuntimeConfiguration extends RuntimeConfiguration {
'--library-root=third_party/dart/sdk/',
'--analyze-only',
'--show-package-warnings',
- '--categories=Server',
- '--allow-native-extensions']..addAll(arguments),
+ '--categories=Server']..addAll(arguments),
null,
flavor: 'dart2js')];
}
« no previous file with comments | « tests/mdns_tests/mdns_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698