FIx sanity check

This commit is contained in:
Josh Holmer 2016-08-03 13:34:13 -04:00
parent 3c396c48a0
commit 881bf69010

View file

@ -42,7 +42,7 @@ run_test_suite() {
cargo test --target $TARGET cargo test --target $TARGET
# sanity check the file type # sanity check the file type
file target/$TARGET/debug/hello file target/$TARGET/debug/oxipng
} }
main() { main() {