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

Unified Diff: test/codegen_test.dart

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix sunflower Created 4 years, 4 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/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 60db69316bb09825b7b4ba71da405c77a90d2c47..e941d0a7bb3221c816950fb47cc7ead443536769 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -131,7 +131,9 @@ main(List<String> arguments) {
}
if (filePattern.hasMatch('sunflower')) {
- _buildSunflower(compiler, codegenOutputDir, codegenExpectDir);
+ test('sunflower', () {
+ _buildSunflower(compiler, codegenOutputDir, codegenExpectDir);
+ });
}
if (codeCoverage) {

Powered by Google App Engine
This is Rietveld 408576698