summaryrefslogtreecommitdiff
path: root/test/files/run/macro-rangepos-args.flags
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-05-23 12:26:08 +0200
committerEugene Burmako <xeno.by@gmail.com>2014-05-23 12:26:08 +0200
commitfcb3932b32a2133612473e7b061859f97aa562df (patch)
tree9bcab3f20da1d1a1a83730805eb635979864f0c2 /test/files/run/macro-rangepos-args.flags
parentd079e769b9372daae8d7770c4156f85ea1af6621 (diff)
downloadscala-fcb3932b32a2133612473e7b061859f97aa562df.tar.gz
scala-fcb3932b32a2133612473e7b061859f97aa562df.tar.bz2
scala-fcb3932b32a2133612473e7b061859f97aa562df.zip
macro args now correctly preserve range positions
Somewhen in the 2.11.0 development cycle we started duplicating macro arguments for increased robustness. What wasn't taken into account though is that Tree.duplicate destroys range positions. This commit fixes the problem. 2.10.x is unaffected by this bug, because it doesn't duplicate the args yet.
Diffstat (limited to 'test/files/run/macro-rangepos-args.flags')
-rw-r--r--test/files/run/macro-rangepos-args.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/macro-rangepos-args.flags b/test/files/run/macro-rangepos-args.flags
new file mode 100644
index 0000000000..fcf951d907
--- /dev/null
+++ b/test/files/run/macro-rangepos-args.flags
@@ -0,0 +1 @@
+-Yrangepos \ No newline at end of file