Version 2.13.0-115.0.dev

Merge commit 'ce3f671f7ad7480811a6b19bc4b2cf46e2ab4708' into 'dev'
diff --git a/pkg/analysis_server/test/abstract_context.dart b/pkg/analysis_server/test/abstract_context.dart
index 3598a1f..6e069d0 100644
--- a/pkg/analysis_server/test/abstract_context.dart
+++ b/pkg/analysis_server/test/abstract_context.dart
@@ -164,6 +164,7 @@
       throw StateError('Only dart files can be changed after analysis.');
     }
 
+    path = convertPath(path);
     _addAnalyzedFileToDrivers(path);
     return super.newFile(path, content: content);
   }
diff --git a/tools/VERSION b/tools/VERSION
index f8c4e7f..025d120 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 13
 PATCH 0
-PRERELEASE 114
+PRERELEASE 115
 PRERELEASE_PATCH 0
\ No newline at end of file