Skip to content

Commit

Permalink
Update conjure_oxide/tests/generated_tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Dewally <[email protected]>
  • Loading branch information
YehorBoiar and niklasdewally authored Dec 8, 2024
1 parent 46a802a commit 0f12bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conjure_oxide/tests/generated_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fn integration_test_inner(
model_native = Some(mn);
}

// Stage 1: Parse the model using the normal parser
// Stage 1: Parse the model using the Conjure JSON parser
let model = parse_essence_file(path, essence_base, extension, context.clone())?;
if verbose {
println!("Parsed model: {:#?}", model);
Expand Down

0 comments on commit 0f12bf2

Please sign in to comment.