this is a lib, not a standalone project
This commit is contained in:
parent
7c1d9dabcf
commit
ffeb16363f
|
@ -1352,7 +1352,3 @@ fn test_game_to_string() {
|
||||||
let expected = include_str!["../test/resources/default.bitsy"].to_string();
|
let expected = include_str!["../test/resources/default.bitsy"].to_string();
|
||||||
assert_eq!(output, expected);
|
assert_eq!(output, expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
|
||||||
println!("why does a crate need a main function?");
|
|
||||||
}
|
|
Loading…
Reference in New Issue