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

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

Issue 1407123010: 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: Addressed review comments Created 5 years, 2 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 | « 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 9bcbc68702474fb5c5db41822ff65d01baed5f4e..7d90e414fb8d995fe4883d774036b6e6b8c5dce4 100644
--- a/tools/testing/dart/fletch_warnings_suite.dart
+++ b/tools/testing/dart/fletch_warnings_suite.dart
@@ -62,7 +62,8 @@ class FletchWarningsRuntimeConfiguration extends RuntimeConfiguration {
'--library-root=third_party/dart/sdk/',
'--analyze-only',
'--show-package-warnings',
- '--categories=Server']..addAll(arguments),
+ '--categories=Server',
+ '--allow-native-extensions']..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