Break DetailedFunction into a tuple.
Use (Function, Details) in place of the aggregrate DetailedFunction. It turns out that some tests want to clone and manipulate the function while the details never change.
This commit is contained in:
@@ -7,7 +7,7 @@ extern crate cretonne;
|
||||
|
||||
pub use parser::{Result, parse_functions, parse_test};
|
||||
pub use testcommand::{TestCommand, TestOption};
|
||||
pub use testfile::TestFile;
|
||||
pub use testfile::{TestFile, Details};
|
||||
|
||||
mod lexer;
|
||||
mod parser;
|
||||
|
||||
Reference in New Issue
Block a user