Blame test-t/e_pragma.t

Packit Service 8bf002
/* e_pragma.t:  Erroneous use of _Pragma() operator */
Packit Service 8bf002
        /* Operand of _Pragma() should be a string literal  */
Packit Service 8bf002
    _Pragma( This is not a string literal)
Packit Service 8bf002