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

Unified Diff: utils/tests/fixnum/test_config.dart

Issue 10381133: Add 'fixnum' library to utils/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: utils/tests/fixnum/test_config.dart
diff --git a/utils/tests/fixnum/test_config.dart b/utils/tests/fixnum/test_config.dart
new file mode 100644
index 0000000000000000000000000000000000000000..73dde22f67a0c78cfa41c8266f05f560d61d38d7
--- /dev/null
+++ b/utils/tests/fixnum/test_config.dart
@@ -0,0 +1,15 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
Mads Ager (google) 2012/05/15 07:37:39 No need for this file. Instead, just remove the sr
+// 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.
+
+#library("fixnum_test_config");
+
+#import("../../../tools/testing/dart/test_suite.dart");
+
+class FixnumTestSuite extends StandardTestSuite {
+ FixnumTestSuite(Map configuration)
+ : super(configuration,
+ "fixnum",
+ "utils/tests/fixnum/src",
+ ["utils/tests/fixnum/fixnum.status"]);
+}
« utils/tests/fixnum/src/int64test.dart ('K') | « utils/tests/fixnum/src/int64test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698