Variable TestCase.location

The test location

struct TestCase
{
  // ...
  SourceLocation location ;
  // ...
}