2012-05-14 17:43:31 -07:00
|
|
|
/* this is for run-pass/syntax-extension-source-utils.rs */
|
|
|
|
|
|
|
|
{
|
2013-03-28 18:39:09 -07:00
|
|
|
assert!(file!().ends_with("includeme.fragment"));
|
2015-06-07 21:00:38 +03:00
|
|
|
assert_eq!(line!(), 5u32);
|
2013-09-29 19:23:57 -07:00
|
|
|
format!("victory robot {}", line!())
|
2012-07-13 22:57:48 -07:00
|
|
|
}
|