summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2014-09-01 22:00:20 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2014-09-01 22:00:20 +0200
commitbb3b08dd675a68c5245a8ad64470c796e346ba91 (patch)
tree92f5a1108d68114b6c9423630998c4bdbeea0432 /test/files/run
parent7693cecc8b3cf56984a041bb2d7979e2a040314a (diff)
parent2256753502c2c099da17a20d45c3f23974d0eafd (diff)
downloadscala-bb3b08dd675a68c5245a8ad64470c796e346ba91.tar.gz
scala-bb3b08dd675a68c5245a8ad64470c796e346ba91.tar.bz2
scala-bb3b08dd675a68c5245a8ad64470c796e346ba91.zip
Merge pull request #3931 from lrytz/opt/tracked-final
GenBCode refactoring (remove Tracked) and fix InnerClass / EnclosingMethod attributes
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t5256c.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5256c.check b/test/files/run/t5256c.check
index 7fcd0eb722..3eb7b13a97 100644
--- a/test/files/run/t5256c.check
+++ b/test/files/run/t5256c.check
@@ -2,5 +2,5 @@ class A$1
Test.A$1
java.lang.Object {
def foo(): Nothing
- def <init>(): A$1
+ def <init>(): Test.A$1
}