Skip to content

Commit 9ff104e

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Move StaticError and StaticErrorParser to a separate file.
test_file.dart was getting kind of unwieldy. Change-Id: Ic1fd496f837f5f9b0150a640845d29c42a350c58 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/115772 Auto-Submit: Bob Nystrom <[email protected]> Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Bob Nystrom <[email protected]>
1 parent bad1816 commit 9ff104e

File tree

8 files changed

+518
-510
lines changed

8 files changed

+518
-510
lines changed

pkg/test_runner/lib/src/command_output.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:convert';
88
import 'dart:io' as io;
99

1010
import 'package:status_file/expectation.dart';
11-
import 'package:test_runner/src/test_file.dart';
11+
import 'package:test_runner/src/static_error.dart';
1212

1313
import 'browser_controller.dart';
1414
import 'command.dart';

0 commit comments

Comments
 (0)