Fix hg dependency in testsuite.

This commit is contained in:
Graydon Hoare 2010-06-24 08:44:14 -07:00
parent 1f3cff91f6
commit 935442babc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
fn main() { fn main() {
auto s = #shell { uname -a && hg identify }; auto s = #shell { uname -a };
log s; log s;
} }