This commit is contained in:
Kate Lovett 2019-04-24 15:35:48 -07:00
parent 1fcd1b02de
commit ba011fd353
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io';
import 'dart:ui';
import 'package:flutter/material.dart';

View File

@ -137,7 +137,7 @@ class SkiaGoldClient {
buf
..writeln('Flutter + Skia Gold imgtest failed.')
..writeln('If this is the first execution of this test, it may need to be triaged.')
..writeln('\tIn this case, re-run the test after triage is completed.')
..writeln('In this case, re-run the test after triage is completed.\n')
..writeln('stdout: ${imgtestResult.stdout}')
..writeln('stderr: ${imgtestResult.stderr}');
throw NonZeroExitCode(imgtestResult.exitCode, buf.toString());