mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Bug 408470 - Move C++14 constexpr tests into cxx14.constexpr subpackage
Change-Id: If9ac633020e568a0e4218a2ad358ee21eb1cffd7
This commit is contained in:
parent
f9e4f1077a
commit
1f2198a8bf
27 changed files with 27 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTIdExpression;
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation;
|
||||
package org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr;
|
||||
|
||||
import org.eclipse.cdt.internal.core.dom.parser.IntegralValue;
|
||||
|
|
@ -25,7 +25,7 @@ import org.eclipse.cdt.core.model.tests.AllCoreTests;
|
|||
import org.eclipse.cdt.core.model.tests.ElementDeltaTests;
|
||||
import org.eclipse.cdt.core.model.tests.WorkingCopyTests;
|
||||
import org.eclipse.cdt.core.parser.tests.ParserTestSuite;
|
||||
import org.eclipse.cdt.core.parser.tests.ast2.constexprevaluation.AllConstexprEvalTests;
|
||||
import org.eclipse.cdt.core.parser.tests.ast2.cxx14.constexpr.AllConstexprEvalTests;
|
||||
import org.eclipse.cdt.core.parser.tests.rewrite.RewriteTests;
|
||||
import org.eclipse.cdt.core.resources.tests.RefreshScopeTests;
|
||||
import org.eclipse.cdt.internal.index.tests.IndexTests;
|
||||
|
|
Loading…
Add table
Reference in a new issue