Skip to content

Commit

Permalink
Fix testsuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepigre committed Aug 9, 2023
1 parent 30685ba commit 8a93c89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test-suite/misc/coqdep-require-filter-categories/stderr.ref
@@ -1 +1,3 @@
*** Warning: in file fA.v, library nonexistent is required and has not been found in the loadpath!
Warning: in file fA.v, library
nonexistent is required and has not been found in the loadpath!
[module-not-found,filesystem,default]
4 changes: 3 additions & 1 deletion test-suite/misc/external-deps/file1.notfound.deps
@@ -1,3 +1,5 @@
*** Warning: in file misc/external-deps/file1.v, external file d1 is required from root foo.bar and has not been found in the loadpath!
Warning: in file misc/external-deps/file1.v, external file d1 is required
from root foo.bar and has not been found in the loadpath!
[module-not-found,filesystem,default]
misc/external-deps/file1.vo misc/external-deps/file1.glob misc/external-deps/file1.v.beautified misc/external-deps/file1.required_vo: misc/external-deps/file1.v
misc/external-deps/file1.vio: misc/external-deps/file1.v
4 changes: 3 additions & 1 deletion test-suite/misc/external-deps/file2.notfound.deps
@@ -1,3 +1,5 @@
*** Warning: in file misc/external-deps/file2.v, external file d1 is required from root foo.bar and has not been found in the loadpath!
Warning: in file misc/external-deps/file2.v, external file d1 is required
from root foo.bar and has not been found in the loadpath!
[module-not-found,filesystem,default]
misc/external-deps/file2.vo misc/external-deps/file2.glob misc/external-deps/file2.v.beautified misc/external-deps/file2.required_vo: misc/external-deps/file2.v
misc/external-deps/file2.vio: misc/external-deps/file2.v

0 comments on commit 8a93c89

Please sign in to comment.