X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fwarn-expected-warning-missing.ly;fp=input%2Fregression%2Fwarn-expected-warning-missing.ly;h=bdb6dc2425f2e8bd666af17945fec3030749ab85;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/warn-expected-warning-missing.ly b/input/regression/warn-expected-warning-missing.ly new file mode 100644 index 0000000000..bdb6dc2425 --- /dev/null +++ b/input/regression/warn-expected-warning-missing.ly @@ -0,0 +1,12 @@ +\version "2.16.0" + +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "this is a warning that won't be triggered")) + +\header { + texidoc = "If a warning is expected, but not triggered, print out a +warning about this fact. This will be used to detect missing warnings +in our regtests." +} + +\relative c' { c4 }