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

Unified Diff: test/checker/checker_test.dart

Issue 1166683005: upgrade dependencies, including migration to package:test (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « test/all_tests.dart ('k') | test/checker/inferred_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index a274abe83843f3350ee30b7f3fd99b6a7e15734c..fd5f8c023e142026637e620577fe3c0a34f95698 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -5,15 +5,11 @@
/// General type checking tests
library dev_compiler.test.checker_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:dev_compiler/src/testing.dart';
-import '../test_util.dart';
-
void main() {
- configureTest();
-
test('ternary operator', () {
testChecker({
'/main.dart': '''
« no previous file with comments | « test/all_tests.dart ('k') | test/checker/inferred_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698