Fix hg dependency in testsuite.
This commit is contained in:
parent
1f3cff91f6
commit
935442babc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
fn main() {
|
fn main() {
|
||||||
auto s = #shell { uname -a && hg identify };
|
auto s = #shell { uname -a };
|
||||||
log s;
|
log s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue