From e8a121e9e1ade3f283f42fceb3c18f30a8468f57 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 5 Apr 2010 06:24:22 +0000 Subject: If I work on this patch any longer without chec... If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.] --- test/disabled-windows/script/loadAndExecute/lAndE1.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/disabled-windows/script/loadAndExecute/lAndE1.scala (limited to 'test/disabled-windows/script/loadAndExecute/lAndE1.scala') diff --git a/test/disabled-windows/script/loadAndExecute/lAndE1.scala b/test/disabled-windows/script/loadAndExecute/lAndE1.scala new file mode 100755 index 0000000000..b20d1a9428 --- /dev/null +++ b/test/disabled-windows/script/loadAndExecute/lAndE1.scala @@ -0,0 +1,3 @@ +object Bop { + implicit def int2list(x: Int): List[String] = List("hello", "world") +} \ No newline at end of file -- cgit v1.2.3