From b27c9b84be1d63e86ca20063e9c0f3c9386b0be2 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 21 Nov 2013 17:24:57 +0100 Subject: SI-6329 Graduation day for pending tests for tag materialization Two kids in the class or '6329 had to repeat the senior year, but with a little help from 76b92ef, they've finally graduated. Here's the class photo: commit 3e855661136bb6c530ef1d3a24dc83800e7f1134 Author: Eugene Burmako Date: Thu Sep 6 22:19:56 2012 +0200 test suite for SI-6329 test/files/run/t6329_repl.check | 13 +++++++++++++ test/files/run/t6329_repl.scala | 8 ++++++++ test/files/run/t6329_repl_bug.check | 13 +++++++++++++ test/files/run/t6329_repl_bug.pending | 10 ++++++++++ test/files/run/t6329_vanilla.check | 2 ++ test/files/run/t6329_vanilla.scala | 4 ++++ test/files/run/t6329_vanilla_bug.check | 2 ++ test/files/run/t6329_vanilla_bug.pending | 7 +++++++ 8 files changed, 59 insertions(+) --- test/files/run/t6329_vanilla_bug.pending | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/run/t6329_vanilla_bug.pending (limited to 'test/files/run/t6329_vanilla_bug.pending') diff --git a/test/files/run/t6329_vanilla_bug.pending b/test/files/run/t6329_vanilla_bug.pending deleted file mode 100644 index 404f90bf6e..0000000000 --- a/test/files/run/t6329_vanilla_bug.pending +++ /dev/null @@ -1,7 +0,0 @@ -import scala.reflect.runtime.universe._ -import scala.reflect.runtime._ - -object Test extends App { - println(classManifest[List[_]]) - println(scala.reflect.classTag[List[_]]) -} \ No newline at end of file -- cgit v1.2.3