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

Unified Diff: test/checker/self_host_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/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
index 74db20fdc1b8ed210c654847fd2e62c229f1b874..88f3f7f7729e7e01cc7a4af96f7eeb653e8d9e26 100644
--- a/test/checker/self_host_test.dart
+++ b/test/checker/self_host_test.dart
@@ -10,11 +10,13 @@ import 'package:cli_util/cli_util.dart' show getSdkDir;
import 'package:dev_compiler/devc.dart' show Compiler;
import 'package:dev_compiler/src/options.dart';
import 'package:path/path.dart' as path;
-import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
-main(args) {
- useCompactVMConfiguration();
+import '../test_util.dart';
+
+void main(args) {
+ configureTest();
+
var testDir = path.absolute(path.dirname(Platform.script.path));
test('checker can run on itself ', () {

Powered by Google App Engine
This is Rietveld 408576698