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

Unified Diff: tests/standalone/src/DirectoryInvalidArgumentsTest.dart

Issue 8431028: Implement async file API on top of isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix type mismatch. Created 9 years, 2 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 | « tests/corelib/src/ListSetRangeTest.dart ('k') | tests/standalone/src/FileTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/DirectoryInvalidArgumentsTest.dart
diff --git a/tests/standalone/src/DirectoryInvalidArgumentsTest.dart b/tests/standalone/src/DirectoryInvalidArgumentsTest.dart
index 01d1bb005c9467e0445c0d9aeac617657ca8bc0b..2265685c250bd1e3244f7dcc909f4646066ffcbb 100644
--- a/tests/standalone/src/DirectoryInvalidArgumentsTest.dart
+++ b/tests/standalone/src/DirectoryInvalidArgumentsTest.dart
@@ -1,3 +1,7 @@
+// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
class DirectoryInvalidArgumentsTest {
static void testFailingList(Directory d, var recursive) {
int errors = 0;
« no previous file with comments | « tests/corelib/src/ListSetRangeTest.dart ('k') | tests/standalone/src/FileTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698