From e8107c53ccb2f51922fd71a247912697ae096a3f Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Tue, 28 Jan 2020 10:43:38 +0100 Subject: [PATCH] Move macro tests to tests/run-macros --- tests/{run-with-compiler => run-macros}/BigFloat.check | 0 tests/{run-with-compiler => run-macros}/BigFloat/BigFloat_1.scala | 0 tests/{run-with-compiler => run-macros}/BigFloat/Test_2.scala | 0 tests/{run-with-compiler => run-macros}/f-interpolator.check | 0 tests/{run-with-compiler => run-macros}/f-interpolator.scala | 0 tests/{run-with-compiler => run-macros}/i6201/macro_1.scala | 0 tests/{run-with-compiler => run-macros}/i6201/test_2.scala | 0 tests/{run-with-compiler => run-macros}/i6270/Macro_1.scala | 0 tests/{run-with-compiler => run-macros}/i6270/Test_2.scala | 0 .../reflect-sourceCode/Macro_1.scala | 0 .../reflect-sourceCode/Test_2.scala | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename tests/{run-with-compiler => run-macros}/BigFloat.check (100%) rename tests/{run-with-compiler => run-macros}/BigFloat/BigFloat_1.scala (100%) rename tests/{run-with-compiler => run-macros}/BigFloat/Test_2.scala (100%) rename tests/{run-with-compiler => run-macros}/f-interpolator.check (100%) rename tests/{run-with-compiler => run-macros}/f-interpolator.scala (100%) rename tests/{run-with-compiler => run-macros}/i6201/macro_1.scala (100%) rename tests/{run-with-compiler => run-macros}/i6201/test_2.scala (100%) rename tests/{run-with-compiler => run-macros}/i6270/Macro_1.scala (100%) rename tests/{run-with-compiler => run-macros}/i6270/Test_2.scala (100%) rename tests/{run-with-compiler => run-macros}/reflect-sourceCode/Macro_1.scala (100%) rename tests/{run-with-compiler => run-macros}/reflect-sourceCode/Test_2.scala (100%) diff --git a/tests/run-with-compiler/BigFloat.check b/tests/run-macros/BigFloat.check similarity index 100% rename from tests/run-with-compiler/BigFloat.check rename to tests/run-macros/BigFloat.check diff --git a/tests/run-with-compiler/BigFloat/BigFloat_1.scala b/tests/run-macros/BigFloat/BigFloat_1.scala similarity index 100% rename from tests/run-with-compiler/BigFloat/BigFloat_1.scala rename to tests/run-macros/BigFloat/BigFloat_1.scala diff --git a/tests/run-with-compiler/BigFloat/Test_2.scala b/tests/run-macros/BigFloat/Test_2.scala similarity index 100% rename from tests/run-with-compiler/BigFloat/Test_2.scala rename to tests/run-macros/BigFloat/Test_2.scala diff --git a/tests/run-with-compiler/f-interpolator.check b/tests/run-macros/f-interpolator.check similarity index 100% rename from tests/run-with-compiler/f-interpolator.check rename to tests/run-macros/f-interpolator.check diff --git a/tests/run-with-compiler/f-interpolator.scala b/tests/run-macros/f-interpolator.scala similarity index 100% rename from tests/run-with-compiler/f-interpolator.scala rename to tests/run-macros/f-interpolator.scala diff --git a/tests/run-with-compiler/i6201/macro_1.scala b/tests/run-macros/i6201/macro_1.scala similarity index 100% rename from tests/run-with-compiler/i6201/macro_1.scala rename to tests/run-macros/i6201/macro_1.scala diff --git a/tests/run-with-compiler/i6201/test_2.scala b/tests/run-macros/i6201/test_2.scala similarity index 100% rename from tests/run-with-compiler/i6201/test_2.scala rename to tests/run-macros/i6201/test_2.scala diff --git a/tests/run-with-compiler/i6270/Macro_1.scala b/tests/run-macros/i6270/Macro_1.scala similarity index 100% rename from tests/run-with-compiler/i6270/Macro_1.scala rename to tests/run-macros/i6270/Macro_1.scala diff --git a/tests/run-with-compiler/i6270/Test_2.scala b/tests/run-macros/i6270/Test_2.scala similarity index 100% rename from tests/run-with-compiler/i6270/Test_2.scala rename to tests/run-macros/i6270/Test_2.scala diff --git a/tests/run-with-compiler/reflect-sourceCode/Macro_1.scala b/tests/run-macros/reflect-sourceCode/Macro_1.scala similarity index 100% rename from tests/run-with-compiler/reflect-sourceCode/Macro_1.scala rename to tests/run-macros/reflect-sourceCode/Macro_1.scala diff --git a/tests/run-with-compiler/reflect-sourceCode/Test_2.scala b/tests/run-macros/reflect-sourceCode/Test_2.scala similarity index 100% rename from tests/run-with-compiler/reflect-sourceCode/Test_2.scala rename to tests/run-macros/reflect-sourceCode/Test_2.scala