2012-01-05 17:30:00 -08:00
|
|
|
// Since we're not compiling a test runner this function should be elided
|
|
|
|
|
// and the build will fail because main doesn't exist
|
|
|
|
|
#[test]
|
|
|
|
|
fn main() {
|
2025-03-29 02:41:32 +03:00
|
|
|
} //~ ERROR `main` function not found in crate `elided_test`
|