]> git.lizzy.rs Git - rust.git/commitdiff
actually fix failing test
authorCorey Richardson <corey@octayn.net>
Mon, 13 May 2013 02:52:38 +0000 (22:52 -0400)
committerCorey Richardson <corey@octayn.net>
Mon, 13 May 2013 02:52:38 +0000 (22:52 -0400)
src/test/compile-fail/issue-2937.rs

index 76ab31b4101da4f7d93ada6cd3566b32ce7125bf..56f0c5e3dd06610957d60eba1d4d9bb6abf0a652 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use x = m::f; //~ ERROR failed to resolve imports
+use x = m::f; //~ ERROR failed to resolve import
 
 mod m {
 }