blob: 2874b0df114bafb732655902618f418c48af5d4f [file] [log] [blame]
/*
* 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.
*/
/**
* @assertion ListMixin<E> abstract class
* Implements List<E>
* @description Checks that List-specific methods work as specified.
* tests which consume much memory
* @author kaigorodov
*/
import "dart:collection";
import "../../core/List/hugeListTests.lib.dart";
import "ListBase_class_A01_t01.dart";
main() {
test(create);
}