From 43375af7a8b31a397920569645400cdf1002ea51 Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Sun, 9 Jun 2019 11:47:15 +0200 Subject: [PATCH] Move incorrectly classified tests Previously the two tests are not run -- but only tested for compilation. After the move, they will be run and checked against the check files. --- tests/{pos => run}/i2146.check | 0 tests/{pos => run}/i2146.scala | 0 tests/{pos => run}/i3207.check | 0 tests/{pos => run}/i3207.scala | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{pos => run}/i2146.check (100%) rename tests/{pos => run}/i2146.scala (100%) rename tests/{pos => run}/i3207.check (100%) rename tests/{pos => run}/i3207.scala (100%) diff --git a/tests/pos/i2146.check b/tests/run/i2146.check similarity index 100% rename from tests/pos/i2146.check rename to tests/run/i2146.check diff --git a/tests/pos/i2146.scala b/tests/run/i2146.scala similarity index 100% rename from tests/pos/i2146.scala rename to tests/run/i2146.scala diff --git a/tests/pos/i3207.check b/tests/run/i3207.check similarity index 100% rename from tests/pos/i3207.check rename to tests/run/i3207.check diff --git a/tests/pos/i3207.scala b/tests/run/i3207.scala similarity index 100% rename from tests/pos/i3207.scala rename to tests/run/i3207.scala