Skip to content

Commit

Permalink
Update compiler/qsc_qasm3/src/compile/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan J. Wernli <[email protected]>
  • Loading branch information
idavis and swernli authored Sep 6, 2024
1 parent cf063cd commit 89c7d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/qsc_qasm3/src/compile/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::tests::{parse_all, print_compilation_errors, qasm_to_program_fragment
use miette::Report;

#[test]
fn programs_with_includes_with_includes_can_be_parsed() -> miette::Result<(), Vec<Report>> {
fn programs_with_includes_with_includes_can_be_compiled() -> miette::Result<(), Vec<Report>> {
let source0 = r#"include "stdgates.inc";
include "source1.qasm";
"#;
Expand Down

0 comments on commit 89c7d4b

Please sign in to comment.