From 17e2b1c2a6f69ba74e79c30d1e44195fe732e3e3 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 16 Dec 2005 18:20:15 +0000 Subject: Removed old scala tests from new Scala core mod... Removed old scala tests from new Scala core module. --- test/files/run/constructors.check | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/files/run/constructors.check (limited to 'test/files/run/constructors.check') diff --git a/test/files/run/constructors.check b/test/files/run/constructors.check deleted file mode 100644 index 0743b7e296..0000000000 --- a/test/files/run/constructors.check +++ /dev/null @@ -1,5 +0,0 @@ -x=1 y=2 -x=3 y=3 -x=1 y=1 -x=1 y=2 a=1 b=2 c=a -x=3 y=3 a=3 b=3 c=b -- cgit v1.2.3