- Undo inadvertent change to test_runner.dart

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31869 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
iposva@google.com 2014-01-16 05:13:41 +00:00
parent 39eec505e1
commit adcb051df3

View file

@ -724,9 +724,6 @@ class TestCase extends UniqueObject {
if (!isNegative) {
this.isNegative = displayName.contains("negative_test");
}
// if (expectedOutcomes.contains(Expectation.TIMEOUT)) {
// throw "TIMEOUT: $displayName";
//}
}
bool get unexpectedOutput {