FileCheck dumps minimal information when input is empty. We have many tests that include more than one FileCheck command lines. When such an error happens, figuring out which command actually is the problem can be hard sometimes (e.g, without running environment to reproduce).
This patch enables FileCheck to dump the full command line as a context line so that it is easier to identify the problem.