tests/test-check-module-imports.t
changeset 28330 f3fb24e36d61
parent 28275 d4cced5885f8
child 28844 99a2bdad0fda
--- a/tests/test-check-module-imports.t	Thu Mar 03 23:11:33 2016 -0800
+++ b/tests/test-check-module-imports.t	Wed Mar 02 15:38:54 2016 +0000
@@ -125,7 +125,7 @@
   testpackage/relativestdlib.py:2: relative import of stdlib module
   testpackage/requirerelative.py:2: import should be relative: testpackage.unsorted
   testpackage/sortedentries.py:2: imports from testpackage not lexically sorted: bar < foo
-  testpackage/stdafterlocal.py:3: stdlib import follows local import: os
+  testpackage/stdafterlocal.py:3: stdlib import "os" follows local import: testpackage
   testpackage/subpackage/levelpriority.py:3: higher-level import should come first: testpackage
   testpackage/subpackage/localimport.py:7: multiple "from .. import" statements
   testpackage/subpackage/localimport.py:8: import should be relative: testpackage.subpackage.levelpriority