In src/test/script_tests.cpp the ScriptErrorDesc entries all take the form {SCRIPT_ERR_XXX, "XXX"} except for { SCRIPT_ERR_SIG_NULLFAIL, "NULLFAIL" }. This patch corrects this oversight by replacing NULLFAIL with SIG_NULLFAIL.
The alternative direction is in pull request https://github.com/bitcoin/bitcoin/pull/9342