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

Unified Diff: third_party/pkg/di/run-tests.sh

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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: third_party/pkg/di/run-tests.sh
diff --git a/third_party/pkg/di/run-tests.sh b/third_party/pkg/di/run-tests.sh
index 9af915f4282892ecd03a7488f75a3d743bd9b3a4..2c6896ee12c55a80943f174068971aa49f8ea047 100755
--- a/third_party/pkg/di/run-tests.sh
+++ b/third_party/pkg/di/run-tests.sh
@@ -7,10 +7,11 @@ echo "run type factories generator for tests"
echo "run tests in dart"
dart --checked test/main.dart
+dart --checked test/generator_test.dart
echo "run dart2js on tests"
mkdir -p out
-dart2js -c test/main.dart -o out/main.dart.js
+dart2js --minify -c test/main.dart -o out/main.dart.js
echo "run tests in node"
node out/main.dart.js

Powered by Google App Engine
This is Rietveld 408576698