Weak ref tests only work in Release

This commit is contained in:
Eli Arbel 2019-03-22 12:48:51 +02:00
Родитель 2caf1679fa
Коммит cadb5c76ba
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#if !DEBUG
using System;
using System.Runtime.CompilerServices;
using AvaloniaEdit.AvaloniaMocks;
@ -114,3 +115,4 @@ namespace AvaloniaEdit
}
}
}
#endif