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

Unified Diff: utils/tests/pub/validator_test.dart

Issue 12790006: Remove support for SDK dependencies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: utils/tests/pub/validator_test.dart
diff --git a/utils/tests/pub/validator_test.dart b/utils/tests/pub/validator_test.dart
index c4396332261b5e4e6daf7475690597221a26c948..2c3694583f78a36f6f334b52794faf0c6280e497 100644
--- a/utils/tests/pub/validator_test.dart
+++ b/utils/tests/pub/validator_test.dart
@@ -161,15 +161,6 @@ main() {
expectNoValidationError(lib);
});
- integration('has an unconstrained dependency on "unittest"', () {
- dir(appPath, [
- libPubspec("test_pkg", "1.0.0", deps: [
- {'hosted': 'unittest'}
- ])
- ]).scheduleCreate();
- expectNoValidationError(dependency);
- });
-
integration('has a nested directory named "tools"', () {
dir(appPath, [
dir("foo", [dir("tools")])

Powered by Google App Engine
This is Rietveld 408576698