Skip to content

Commit

Permalink
Add fs back for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj committed Aug 13, 2024
1 parent 762c59a commit 7a736a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/origen_metal/src/stil/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ pub fn to_ast(mut pair: Pair<Rule>, source_file: Option<&str>) -> Result<AST<STI
mod tests {
use super::super::from_file;
use super::*;
use std::fs;
use std::path::Path;

fn read(example: &str) -> String {
Expand Down

0 comments on commit 7a736a2

Please sign in to comment.