blob: c626a4e0b606458d323fed25022bc342bd6c1d51 [file] [log] [blame]
/// 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.
/// Number format tests for the web - excludes numbers too big to compile for
/// the web.
@TestOn("browser")
library number_format_web_test;
import 'package:test/test.dart';
import 'number_format_test_core.dart' as core;
main() {
core.runTests(core.testNumbers);
}