Skip to content

Commit 346e852

Browse files
committed
Updating test
1 parent 8a9aa00 commit 346e852

File tree

1 file changed

+2
-2
lines changed
  • compiler/qsc_qasm3/src/parser/prim

1 file changed

+2
-2
lines changed

compiler/qsc_qasm3/src/parser/prim/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fn opt_fail_no_consume() {
188188
fn opt_fail_consume() {
189189
check_opt(
190190
|s| opt(s, path),
191-
"Foo.#",
191+
"Foo.$",
192192
&expect![[r#"
193193
Err IncompletePath [0-5]:
194194
Ident [0-3] "Foo"
@@ -197,7 +197,7 @@ fn opt_fail_consume() {
197197
Error(
198198
Lex(
199199
Unknown(
200-
'#',
200+
'$',
201201
Span {
202202
lo: 4,
203203
hi: 5,

0 commit comments

Comments
 (0)