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

Unified Diff: dart/samples/tests/samples/test_config.dart

Issue 9691035: Don't skip tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
« no previous file with comments | « dart/samples/tests/samples/samples-leg.status ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/tests/samples/test_config.dart
diff --git a/dart/samples/tests/samples/test_config.dart b/dart/samples/tests/samples/test_config.dart
index 0630258b258ee077f0e931351976f7bd65d6cff2..9f4d56e80bdd1abed479b155090c8fd9a93ea0f2 100644
--- a/dart/samples/tests/samples/test_config.dart
+++ b/dart/samples/tests/samples/test_config.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, 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.
@@ -11,7 +11,8 @@ class SamplesTestSuite extends StandardTestSuite {
: super(configuration,
"samples",
"samples/tests/samples/src",
- ["samples/tests/samples/samples.status"]);
+ ["samples/tests/samples/samples.status",
+ "samples/tests/samples/samples-leg.status"]);
bool listRecursively() => true;
}
« no previous file with comments | « dart/samples/tests/samples/samples-leg.status ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698