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

Unified Diff: test/utils_test.dart

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: regen sdk and expectations Created 4 years, 11 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/utils_test.dart
diff --git a/test/utils_test.dart b/test/utils_test.dart
index 51bf1f48477ccccb6c284059f991bc65ac690e8e..5e4f12d4e06b3ed6525de20bd01836e8c45fde17 100644
--- a/test/utils_test.dart
+++ b/test/utils_test.dart
@@ -7,9 +7,7 @@ library dev_compiler.test.utils_test;
import 'package:dev_compiler/src/utils.dart';
import 'package:test/test.dart';
-enum Foo {
- first, second
-}
+enum Foo { first, second }
void main() {
group('getEnumValue', () {

Powered by Google App Engine
This is Rietveld 408576698