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; |
} |