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

Unified Diff: test/checker/inferred_type_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/inferred_type_test.dart
diff --git a/test/checker/inferred_type_test.dart b/test/checker/inferred_type_test.dart
index a492a20a047493dee3c518801a355f494f8b7b75..27dc282937c6357a0f278fc119f59b949a04bca6 100644
--- a/test/checker/inferred_type_test.dart
+++ b/test/checker/inferred_type_test.dart
@@ -5,13 +5,15 @@
/// Tests for type inference.
library dev_compiler.test.inferred_type_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('infer type on var', () {
// Error also expected when declared type is `int`.
testChecker({

Powered by Google App Engine
This is Rietveld 408576698