lit: Give test formats control over test discovery.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/LitFormats.py b/utils/lit/LitFormats.py
index cc00ddc..e22f84b 100644
--- a/utils/lit/LitFormats.py
+++ b/utils/lit/LitFormats.py
@@ -1,2 +1,2 @@
-from ShTest import ShTest
-from TclTest import TclTest
+from TestFormats import GoogleTest, ShTest, TclTest
+