Skip to content

Commit

Permalink
Updating test from new base functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Apr 23, 2024
1 parent 7b645dc commit 5a52558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/qsc/src/codegen/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn code_with_errors_returns_errors() {

expect![[r#"
Err(
"Failed to generate QIR. Could not compile sources.",
"Failed to generate QIR. Could not compile sources.:\nsyntax error\n",
)
"#]]
.assert_debug_eq(&get_qir(sources, language_features, capabilities));
Expand Down

0 comments on commit 5a52558

Please sign in to comment.