]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/invalid-engraver.ly
Fix 1477: Update regtests to suppress expected warnings
[lilypond.git] / input / regression / invalid-engraver.ly
index 347c76471f576662e2a87d77b14f26c10722bd3e..0e738f028a15e25aabc4760c994b5c71de3dbcaf 100644 (file)
@@ -1,6 +1,8 @@
 \version "2.14.0"
 
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "unknown translator: `%s'") "Rhythmic_column_engraver_foo")
+#(ly:expect-warning (ly:translate-cpp-warning-scheme "cannot find: `%s'") "Rhythmic_column_engraver_foo")
 
 \header {
   texidoc = "Engravers which do not exist produce a warning."