Rename test/widget to test/widgets to match the library (#6716)

This commit is contained in:
Ian Hickson 2016-11-07 10:03:11 -08:00 committed by GitHub
parent 54d76518ac
commit 57be959887
120 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart'; import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart'; import 'package:flutter/widgets.dart';
import '../widget/semantics_tester.dart'; import '../widgets/semantics_tester.dart';
// This file uses "as dynamic" in a few places to defeat the static // This file uses "as dynamic" in a few places to defeat the static
// analysis. In general you want to avoid using this style in your // analysis. In general you want to avoid using this style in your

Some files were not shown because too many files have changed in this diff Show More