Skip to content

Commit

Permalink
Update Mdx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Jul 3, 2024
1 parent a3f69e4 commit 1a10a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/xref2/refs/refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2629,12 +2629,12 @@ val resolve_ref : string -> ref = <fun>
m)
# resolve_ref "type-c.method-m" ;;
Exception:
Failure "Expected 'class-', 'class-type-', or an unqualified reference.".
Failure "Expected 'class-', 'class-type-', an unqualified reference.".
# resolve_ref "type-t.m" ;;
Exception: Failure "resolve_reference: Couldn't find \"m\"".
# resolve_ref "type-t.method-m" ;;
Exception:
Failure "Expected 'class-', 'class-type-', or an unqualified reference.".
Failure "Expected 'class-', 'class-type-', an unqualified reference.".
```

## Failures
Expand Down

0 comments on commit 1a10a77

Please sign in to comment.