splint: fix test (#23366)
This commit is contained in:
parent
077a1db8ee
commit
008ff99656
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Splint < Formula
|
|||
EOS
|
||||
|
||||
output = shell_output("#{bin}/splint #{path} 2>&1", 1)
|
||||
assert_match "5:18: Variable c used before definition", output
|
||||
assert_match /5:18:\s+Variable c used before definition/, output
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue