This commit is contained in:
Kevin K 2015-02-26 20:44:11 -05:00
parent b2852be529
commit b3060ae12c

View file

@ -241,7 +241,7 @@ impl App {
}
}
// Fails if argument supplied to binary isn't valid
assert!(found == false);
assert!(found == true);
""
}