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

Unified Diff: test/ascii_tree_test.dart

Issue 1145373006: Remove a conflicting definition of runningAsTest. (Closed) Base URL: git@github.com:dart-lang/pub_test@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 | « lib/src/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ascii_tree_test.dart
diff --git a/test/ascii_tree_test.dart b/test/ascii_tree_test.dart
index 9475fe0e625f5274308f0805892adc555b0f63c9..20c02b111a34f01886a78989307279aede575916 100644
--- a/test/ascii_tree_test.dart
+++ b/test/ascii_tree_test.dart
@@ -9,8 +9,6 @@ import 'package:pub/src/utils.dart';
import 'package:unittest/unittest.dart';
main() {
- runningAsTest = true;
-
group('tree.fromFiles', () {
test('no files', () {
expect(tree.fromFiles([]), equals(""));
« no previous file with comments | « lib/src/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698