[][src]Function cranelift_reader::parse_test

pub fn parse_test<'a>(
    text: &'a str,
    options: ParseOptions<'a>
) -> ParseResult<TestFile<'a>>

Parse the entire text as a test case file.

The returned TestFile contains direct references to substrings of text.