Drop special format for IsolateSpawnException (#986)

The SDK no longer outputs anything that looks like "Load Error". The
last commit which removed this pattern was
250773cb651beec1a61e126a6c0756aace9c19ca

I'm also unable to reproduce any case where the `toString()` includes
"Stack Trace:\n", and the file names don't look like they need to be
adjusted at all.
1 file changed
tree: cd43a4dfa825316b62196c23b65342e9ad5602b0
  1. pkgs/
  2. tool/
  3. .gitignore
  4. .travis.yml
  5. codereview.settings
  6. CONTRIBUTING.md
  7. mono_repo.yaml
  8. README.md
README.md

Test Mono Repository

This repository contains packages for writing and running Dart tests.

test

A full featured packaged for writing and running Dart tests on various platforms, e.g. VM, Chrome, Node etc.

test_api

A minimal package for writing tests. This package is used by package:test and package:test_core.

test_core

A minimal package for writing and running tests. It also contains extensions for implementing a custom test runner. This package is used by package:test.