diff options
Diffstat (limited to 'contrib/bmake/unit-tests/directive-if.exp')
| -rw-r--r-- | contrib/bmake/unit-tests/directive-if.exp | 30 | 
1 files changed, 15 insertions, 15 deletions
| diff --git a/contrib/bmake/unit-tests/directive-if.exp b/contrib/bmake/unit-tests/directive-if.exp index 5682df501e9c..634c9ee6b1df 100644 --- a/contrib/bmake/unit-tests/directive-if.exp +++ b/contrib/bmake/unit-tests/directive-if.exp @@ -1,18 +1,18 @@ -make: "directive-if.mk" line 13: 0 evaluates to false. -make: "directive-if.mk" line 17: 1 evaluates to true. -make: "directive-if.mk" line 41: Unknown directive "ifx" -make: "directive-if.mk" line 43: This is not conditional. -make: "directive-if.mk" line 45: if-less else -make: "directive-if.mk" line 47: This is not conditional. -make: "directive-if.mk" line 49: if-less endif -make: "directive-if.mk" line 53: Malformed conditional () -make: "directive-if.mk" line 63: Quotes in plain words are probably a mistake. -make: "directive-if.mk" line 72: Don't do this, always put a space after a directive. -make: "directive-if.mk" line 76: Don't do this, always put a space after a directive. -make: "directive-if.mk" line 82: Don't do this, always put a space around comparison operators. -make: "directive-if.mk" line 88: Don't do this, always put a space after a directive. -make: "directive-if.mk" line 92: Don't do this, always put a space after a directive. -make: "directive-if.mk" line 100: Unknown directive "ifn" +make: directive-if.mk:14: 0 evaluates to false. +make: directive-if.mk:19: 1 evaluates to true. +make: directive-if.mk:43: Unknown directive "ifx" +make: directive-if.mk:45: This is not conditional. +make: directive-if.mk:47: if-less else +make: directive-if.mk:49: This is not conditional. +make: directive-if.mk:51: if-less endif +make: directive-if.mk:55: Malformed conditional "" +make: directive-if.mk:66: Quotes in plain words are probably a mistake. +make: directive-if.mk:76: Don't do this, always put a space after a directive. +make: directive-if.mk:81: Don't do this, always put a space after a directive. +make: directive-if.mk:88: Don't do this, always put a space around comparison operators. +make: directive-if.mk:95: Don't do this, always put a space after a directive. +make: directive-if.mk:100: Don't do this, always put a space after a directive. +make: directive-if.mk:108: Unknown directive "ifn"  make: Fatal errors encountered -- cannot continue  make: stopped in unit-tests  exit status 1 | 
