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

Unified Diff: tests/compiler/dart2js/bad_output_io_test.dart

Issue 1562023002: Add test of unittests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments Created 4 years, 11 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: tests/compiler/dart2js/bad_output_io_test.dart
diff --git a/tests/compiler/dart2js/bad_output_io_test.dart b/tests/compiler/dart2js/bad_output_io_test.dart
index 7815b59c524293be090a58b7d854e30b945e1ed0..6f119813ee36c94b92502e2f0fd3894c34436c24 100644
--- a/tests/compiler/dart2js/bad_output_io_test.dart
+++ b/tests/compiler/dart2js/bad_output_io_test.dart
@@ -4,7 +4,7 @@
// Test that the compiler can handle imports when package root has not been set.
-library dart2js.test.missing_file;
+library dart2js.test.bad_output_io;
import 'dart:io' show exit;
import 'package:expect/expect.dart';

Powered by Google App Engine
This is Rietveld 408576698