Remove support for Tcl test format since nobody uses it
[oota-llvm.git] / utils / lit / lit / ExampleTests / lit.cfg
index 2629918d9f6d61da9417a085c0bcf3288539ab7d..164daba90373affb357d71d2a894b0f2191e66c5 100644 (file)
@@ -19,8 +19,8 @@ config.test_source_root = None
 # root).
 config.test_exec_root = None
 
-# target_triple: Used by ShTest and TclTest formats for XFAIL checks.
+# target_triple: Used by ShTest format for XFAIL checks.
 config.target_triple = 'foo'
 
-# available_features: Used by ShTest and TclTest formats for REQUIRES checks.
+# available_features: Used by ShTest format for REQUIRES checks.
 config.available_features.add('some-feature-name')