| Index: tests/standalone/io/test_runner_test.dart
|
| ===================================================================
|
| --- tests/standalone/io/test_runner_test.dart (revision 26205)
|
| +++ tests/standalone/io/test_runner_test.dart (working copy)
|
| @@ -118,6 +118,7 @@
|
| // Otherwise, run one of the component tests that always pass,
|
| // fail, or timeout.
|
| var arguments = new Options().arguments;
|
| + arguments.remove('--no-fancy-stacks'); // The test runner can add this.
|
| if (arguments.isEmpty) {
|
| testProcessQueue();
|
| } else {
|
|
|