blob: f4ef5d2fa02de2851fd44b57da2fe3552ce1e4ad [file] [log] [blame]
Stephen Hines6bcf27b2014-05-29 04:14:42 -07001config.substitutions = list(config.substitutions)
2config.substitutions.insert(0,
3 (r'%clang\b',
4 """*** Do not use the driver in Sema tests. ***""") )