File tree 2 files changed +5
-9
lines changed 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -438,12 +438,8 @@ abstract class CompilerTest {
438
438
processFileDir(sourceFile, { sf =>
439
439
if (extensionsToCopy.contains(sf.extension)) {
440
440
dest.parent.jfile.mkdirs
441
- dest.toFile.writeAll(" /* ==========================================\n " ,
442
- " * ========= AUTOMATICALLY GENERATED ========\n " ,
443
- " * ========= DO NOT EDIT THIS FILE ==========\n " ,
444
- " * ==========================================\n " ,
445
- " * Original: " + sf.toString + " */\n\n " ,
446
- sf.slurp())
441
+ dest.toFile.writeAll(" /* !!!!! WARNING: DO NOT MODIFY. Original is at: $sf !!!!! */" ,
442
+ sf.slurp())
447
443
} else {
448
444
log(s " WARNING: ignoring $sf" )
449
445
}
Original file line number Diff line number Diff line change 1
1
2
2
>> Origins tag 'boop' logged 65 calls from 3 distinguished sources.
3
3
4
- 50 Test$.$anonfun$f3$1(origins.scala:22 )
5
- 10 Test$.$anonfun$f2$1(origins.scala:21 )
6
- 5 Test$.$anonfun$f1$1(origins.scala:20 )
4
+ 50 Test$.$anonfun$f3$1(origins.scala:16 )
5
+ 10 Test$.$anonfun$f2$1(origins.scala:15 )
6
+ 5 Test$.$anonfun$f1$1(origins.scala:14 )
You can’t perform that action at this time.
0 commit comments