Skip to content

Commit

Permalink
fix two tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Aug 21, 2023
1 parent a80e4dc commit 0fadddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
category = "fail"

# check: $()Expected item after doc comment
# check: $()Expected an item after doc comment
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
category = "fail"

# check: __test()
# This appears in the warning for the trait having no implementation.
# check: fn __test()

# check: fn __test()
# nextln: $()Identifiers cannot begin with a double underscore, as that naming convention is reserved for compiler intrinsics.

0 comments on commit 0fadddb

Please sign in to comment.