mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
nits
This commit is contained in:
parent
1fcd1b02de
commit
ba011fd353
@ -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';
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user