summaryrefslogtreecommitdiffstats
path: root/config.tests/hostcompiler/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/hostcompiler/main.cpp')
-rw-r--r--config.tests/hostcompiler/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.tests/hostcompiler/main.cpp b/config.tests/hostcompiler/main.cpp
deleted file mode 100644
index 1676f7a26..000000000
--- a/config.tests/hostcompiler/main.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-#include <stdio.h>
-int main()
-{
- printf("This works\n");
- return 0;
-}