summaryrefslogtreecommitdiff
path: root/test/files/run/global-showdef.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/global-showdef.scala')
-rw-r--r--test/files/run/global-showdef.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/global-showdef.scala b/test/files/run/global-showdef.scala
index 0b34fc4548..e17f438247 100644
--- a/test/files/run/global-showdef.scala
+++ b/test/files/run/global-showdef.scala
@@ -55,8 +55,8 @@ object Bippy {
}
output split "\\n" toList
}
- def showClass(name: String) = lines("-Xshow-class", name)
- def showObject(name: String) = lines("-Xshow-object", name)
+ def showClass(name: String) = lines("-Yshow:typer", "-Xshow-class", name)
+ def showObject(name: String) = lines("-Yshow:typer", "-Xshow-object", name)
def show(xs: List[String]) = {
xs filter (x => (x contains "def showdefTestMember") || (x startsWith "<<-- ")) foreach println