Skip to content

Commit

Permalink
Add warning to compare.py about error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Jan 15, 2021
1 parent d07bb13 commit a70813e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/rustdoc-json/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If
# you're on windows, replace `\` with `/`.

# WARNING: The error messages produced by this may be misleading, in the case of list re-ordering
# it may point to apparently unrelated keys.

import copy
import sys
import json
Expand Down

0 comments on commit a70813e

Please sign in to comment.