aboutsummaryrefslogtreecommitdiff
path: root/tests/run
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-06-03 01:28:56 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-06-30 01:36:56 +0100
commit00159e64977ff72b6b51f9bb26a950ac4b04b49b (patch)
tree68cf672f2b82292657f69460bd6935b6a15e4cea /tests/run
parent66572df759de0e8b25cbfeb0fcac270bb011658a (diff)
downloaddotty-00159e64977ff72b6b51f9bb26a950ac4b04b49b.tar.gz
dotty-00159e64977ff72b6b51f9bb26a950ac4b04b49b.tar.bz2
dotty-00159e64977ff72b6b51f9bb26a950ac4b04b49b.zip
partest: correct line numbers in run stack traces
partest adds a warning in a comment at the beginning of source files that it copies, but this means that every line number displayed in a stack trace is offset by 6. We can workaround this by making the warning a single line with no newline at the end.
Diffstat (limited to 'tests/run')
-rw-r--r--tests/run/origins.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run/origins.check b/tests/run/origins.check
index db9bf29a4..54d58296b 100644
--- a/tests/run/origins.check
+++ b/tests/run/origins.check
@@ -1,6 +1,6 @@
>> Origins tag 'boop' logged 65 calls from 3 distinguished sources.
- 50 Test$.$anonfun$f3$1(origins.scala:22)
- 10 Test$.$anonfun$f2$1(origins.scala:21)
- 5 Test$.$anonfun$f1$1(origins.scala:20)
+ 50 Test$.$anonfun$f3$1(origins.scala:16)
+ 10 Test$.$anonfun$f2$1(origins.scala:15)
+ 5 Test$.$anonfun$f1$1(origins.scala:14)