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

Unified Diff: test/checker/checker_test.dart

Issue 1014573003: Adding Travis CI and Coveralls support (Closed) Base URL: https://github.com/dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 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: test/checker/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index c26bbf3bf7c2fbda7ff40926005a8375f9155ff7..413677729e80aa426101d2250b4ff18986687b8e 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -5,13 +5,14 @@
/// General type checking tests
library dev_compiler.test.checker_test;
-import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
import 'package:dev_compiler/src/testing.dart';
-main() {
- useCompactVMConfiguration();
+import '../test_util.dart';
+
+void main() {
+ configureTest();
test('conversion and dynamic invoke', () {
testChecker({

Powered by Google App Engine
This is Rietveld 408576698