diff options
Diffstat (limited to 'contrib/bmake/unit-tests/opt-debug-hash.exp')
-rw-r--r-- | contrib/bmake/unit-tests/opt-debug-hash.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/unit-tests/opt-debug-hash.exp b/contrib/bmake/unit-tests/opt-debug-hash.exp index b239399ec44d..1976b142b06f 100644 --- a/contrib/bmake/unit-tests/opt-debug-hash.exp +++ b/contrib/bmake/unit-tests/opt-debug-hash.exp @@ -1,6 +1,6 @@ -make: "opt-debug-hash.mk" line 11: Missing argument for ".error" +make: opt-debug-hash.mk:13: Missing argument for ".error" make: Fatal errors encountered -- cannot continue -HashTable targets: size=16 numEntries=0 maxchain=0 -HashTable Global variables: size=16 numEntries=<entries> maxchain=3 +HashTable "targets": size=16 entries=0 maxchain=0 +HashTable "Global variables": size=16 entries=<entries> maxchain=4 make: stopped in unit-tests exit status 1 |