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

Unified Diff: packages/barback/test/barback_mode_test.dart

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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 | « packages/barback/test/asset_test.dart ('k') | packages/barback/test/logger_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/barback/test/barback_mode_test.dart
diff --git a/packages/barback/test/barback_mode_test.dart b/packages/barback/test/barback_mode_test.dart
index 2d18f09933f50ddf366ea67271e00360cce50ea2..5c5233d16039a968232612ab3557b9d0f549a02d 100644
--- a/packages/barback/test/barback_mode_test.dart
+++ b/packages/barback/test/barback_mode_test.dart
@@ -12,9 +12,12 @@ import 'utils.dart';
main() {
initConfig();
test("constructor uses canonical instances for DEBUG and RELEASE", () {
- expect(identical(BarbackMode.DEBUG,
- new BarbackMode(BarbackMode.DEBUG.name)), isTrue);
- expect(identical(BarbackMode.RELEASE,
- new BarbackMode(BarbackMode.RELEASE.name)), isTrue);
+ expect(
+ identical(BarbackMode.DEBUG, new BarbackMode(BarbackMode.DEBUG.name)),
+ isTrue);
+ expect(
+ identical(
+ BarbackMode.RELEASE, new BarbackMode(BarbackMode.RELEASE.name)),
+ isTrue);
});
}
« no previous file with comments | « packages/barback/test/asset_test.dart ('k') | packages/barback/test/logger_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698