diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index 53112bf9..2133bdbf 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -196,7 +196,7 @@ if config.enable_uclibc: if config.enable_posix_runtime: config.available_features.add('posix-runtime') -# LibC++ runtime feature +# libc++ runtime feature if config.enable_libcxx: config.available_features.add('libcxx') |