mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
5 lines
158 B
INI
5 lines
158 B
INI
config.substitutions = list(config.substitutions)
|
|
config.substitutions.insert(0,
|
|
(r'%clang\b',
|
|
"""*** Do not use the driver in Sema tests. ***""") )
|