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

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: Uploaded binary for Linux and added README 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
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')];
}
« pkg/mdns/lib/src/native_extension_client.dart ('K') | « tests/mdns_tests/mdns_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698