| Index: tools/binary_size/libsupersize/match_util_test.py
|
| diff --git a/tools/binary_size/match_util_test.py b/tools/binary_size/libsupersize/match_util_test.py
|
| similarity index 100%
|
| rename from tools/binary_size/match_util_test.py
|
| rename to tools/binary_size/libsupersize/match_util_test.py
|
| index 150539906d484145b1242c42b5eb13a282c7f97a..eb5349a04d03adfeda06188c713226fbc9332120 100755
|
| --- a/tools/binary_size/match_util_test.py
|
| +++ b/tools/binary_size/libsupersize/match_util_test.py
|
| @@ -3,10 +3,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import re
|
| import unittest
|
|
|
| import match_util
|
| -import re
|
|
|
|
|
| class MatchHelperTest(unittest.TestCase):
|
|
|