Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / rosautotest / CTestInfo.h
diff --git a/rostests/rosautotest/CTestInfo.h b/rostests/rosautotest/CTestInfo.h
deleted file mode 100644 (file)
index ad0816d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * PROJECT:     ReactOS Automatic Testing Utility
- * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
- * PURPOSE:     Class implementing a bucket for Test information
- * COPYRIGHT:   Copyright 2009 Colin Finck (colin@reactos.org)
- */
-
-class CTestInfo
-{
-public:
-    wstring CommandLine;
-    string Module;
-    string Test;
-    string Log;
-};