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

Unified Diff: pkg/analyzer/test/src/dart/sdk/test_all.dart

Issue 2411883003: Add SdkPatcher and implement top-level function / getter / setter patching. (Closed)
Patch Set: tweaks Created 4 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 | « pkg/analyzer/test/src/dart/sdk/patch_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/dart/sdk/test_all.dart
diff --git a/pkg/analyzer/test/src/dart/sdk/test_all.dart b/pkg/analyzer/test/src/dart/sdk/test_all.dart
index a86278b24ca1f155d4a5d2250bfc4b2154d0ed91..cb044fd713a8e045567b03ebafccf1e74b31fa4c 100644
--- a/pkg/analyzer/test/src/dart/sdk/test_all.dart
+++ b/pkg/analyzer/test/src/dart/sdk/test_all.dart
@@ -6,11 +6,13 @@ library analyzer.test.src.dart.sdk.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import 'patch_test.dart' as patch_test;
import 'sdk_test.dart' as sdk;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
+ patch_test.main();
sdk.main();
}, name: 'sdk');
}
« no previous file with comments | « pkg/analyzer/test/src/dart/sdk/patch_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698