diff options
| author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-02 10:40:54 +0200 |
|---|---|---|
| committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-02 22:13:18 +0000 |
| commit | c3cd7603037108ba9e9f6507ec16cdcf0905bf4c (patch) | |
| tree | d5c4650667d7c993e7f23b471226ff60e7d8417c /tests/auto/other/compiler/othersource.cpp | |
| parent | 93dad2bf91d414a41c6e2c7db6c75171b4917d4d (diff) | |
Remove compiler test
Outdated test for old buggy compilers
Change-Id: I605a2318a21121bde9a80c046a7beb6edcd2d546
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/other/compiler/othersource.cpp')
| -rw-r--r-- | tests/auto/other/compiler/othersource.cpp | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/auto/other/compiler/othersource.cpp b/tests/auto/other/compiler/othersource.cpp deleted file mode 100644 index 0599fafa32c..00000000000 --- a/tests/auto/other/compiler/othersource.cpp +++ /dev/null @@ -1,38 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 Intel Corporation. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtCore module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:GPL-EXCEPT$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#include <qglobal.h> - -#ifdef Q_COMPILER_EXTERN_TEMPLATES -template <typename T> T externTemplate(); -template<> int externTemplate<int>() -{ - return 42; -} -#endif - |
