mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-26 19:39:07 +00:00
test: fix file name
This commit is contained in:
parent
2709fffb4c
commit
a792e45c2b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ fn parse_invalid_class_definition() -> Result<(), ()> {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn parse_missing_paren() -> Result<(), ()> {
|
fn parse_missing_paren() -> Result<(), ()> {
|
||||||
expect_failure("tests/missing_paren.er", 0, 1)
|
expect_failure("tests/unmatched_paren.er", 0, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue