| Index: tests/run.sh
|
| diff --git a/tests/run.sh b/tests/run.sh
|
| deleted file mode 100755
|
| index 53a0d17cfe2b31ef9d6b89bf7ff983ac92eb2696..0000000000000000000000000000000000000000
|
| --- a/tests/run.sh
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -#!/bin/bash
|
| -# Copyright (c) 2012, the Dart project authors. Please see the LICENSE file
|
| -# for details. All rights reserved. Use of this source code is governed by a
|
| -# MIT-style license that can be found in the LICENSE file.
|
| -
|
| -# bail on error
|
| -set -e
|
| -
|
| -# TODO(sigmund): replace with a real test runner
|
| -for test in tests/*_test.dart; do
|
| - # TODO(jmesserly): removed --enable-type-checks to work around VM bug in
|
| - # the RegExp constructor when the optimizer kicks in.
|
| - dart --enable-asserts --package-root=packages/ $test
|
| -done
|
|
|