]> git.lizzy.rs Git - rust.git/blobdiff - src/compiletest/runtest.rs
fix fmt! usage
[rust.git] / src / compiletest / runtest.rs
index a2f36c104a0a27d1cb7a1b40f2867530dc222f84..7cd73c82530815788842bceac46330e1d87e970f 100644 (file)
@@ -292,7 +292,7 @@ fn debugger() -> ~str { ~"gdb" }
             }
         }
         if i != num_check_lines {
-            fatal_ProcRes(fmt!("line not found in debugger output: %s"
+            fatal_ProcRes(fmt!("line not found in debugger output: %s",
                                check_lines[i]), &ProcRes);
         }
     }