summaryrefslogtreecommitdiff
path: root/test/files/run/global-showdef.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-10-18 08:38:47 -0700
committerSom Snytt <som.snytt@gmail.com>2014-10-28 01:11:08 -0700
commit6233c305f88c5c4116e51371380a184eab26f653 (patch)
tree81cdf266643e4bd440d5502f7b32ea6411f62a26 /test/files/run/global-showdef.check
parentbe505f6066f9d69c8cd8bbff0439a8867d32395e (diff)
downloadscala-6233c305f88c5c4116e51371380a184eab26f653.tar.gz
scala-6233c305f88c5c4116e51371380a184eab26f653.tar.bz2
scala-6233c305f88c5c4116e51371380a184eab26f653.zip
Reduce compiles for global-showdef test
You can only show one class or object at a time, but we can show one of each to reduce the compilations for this test. It seems the original issue happened because the test started to create class files after SI-8217. So, also stop compile after typer, because why stress the kitteh.
Diffstat (limited to 'test/files/run/global-showdef.check')
-rw-r--r--test/files/run/global-showdef.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/run/global-showdef.check b/test/files/run/global-showdef.check
index 4c2fd41a1a..4ac96b4315 100644
--- a/test/files/run/global-showdef.check
+++ b/test/files/run/global-showdef.check
@@ -1,14 +1,14 @@
<<-- class foo.bar.Bippy after phase 'typer' -->>
def showdefTestMemberClass1: Int
+<<-- object foo.bar.Bippy after phase 'typer' -->>
+ def showdefTestMemberObject2: String
<<-- type foo.bar.Bippy.BippyType after phase 'typer' -->>
def showdefTestMemberType1: Unit
+<<-- object foo.bar.Bippy.Boppity.Boo after phase 'typer' -->>
+ def showdefTestMemberObject1: String
<<-- type foo.bar.Bippy.BippyType after phase 'typer' -->>
def showdefTestMemberType2: Unit
<<-- class foo.bar.Bippy.Boppity after phase 'typer' -->>
def showdefTestMemberClass2: Int
<<-- class foo.bar.Bippy.Boppity.Boo after phase 'typer' -->>
def showdefTestMemberClass3: Int
-<<-- object foo.bar.Bippy after phase 'typer' -->>
- def showdefTestMemberObject2: String
-<<-- object foo.bar.Bippy.Boppity.Boo after phase 'typer' -->>
- def showdefTestMemberObject1: String