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

Unified Diff: test/all_tests.dart

Issue 269823003: Parameterize uri resolution and parsing of options, use package:path (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 6 years, 7 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: test/all_tests.dart
diff --git a/test/all_tests.dart b/test/all_tests.dart
index 627b2e36f5d19ab67a972e52e0eb93b74e996cfc..6a1eefce81f45e6339b6150d424a1be6354c44ff 100755
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -18,8 +18,10 @@ import 'validate_fail_test.dart' as vft;
import 'wire_format_test.dart' as wft;
import 'reserved_names_test.dart' as rnt;
import 'hash_code_test.dart' as hct;
+import 'package:unittest/compact_vm_config.dart';
void main() {
+ useCompactVMConfiguration();
egt.main();
gmt.main();
iwt.main();
« lib/protobuf_field.dart ('K') | « pubspec.yaml ('k') | test/enum_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698