Fix compile errors

This commit is contained in:
Jordan Brown
2021-01-21 15:09:53 -05:00
parent eed120ed09
commit 9dfe6e0fef
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
tm.body = entry[DMAPI5_TEST_MERGE_BODY_AT_MERGE]
tm.url = entry[DMAPI5_TEST_MERGE_URL]
tm.author = entry[DMAPI5_TEST_MERGE_AUTHOR]
tm.pull_request_commit = entry[DMAPI5_TEST_MERGE_PULL_REQUEST_REVISION]
tm.head_commit = entry[DMAPI5_TEST_MERGE_PULL_REQUEST_REVISION]
tm.comment = entry[DMAPI5_TEST_MERGE_COMMENT]
test_merges += tm
@@ -12,5 +12,6 @@
// BEGIN_INCLUDE
#include "Config.dm"
#include "..\tgs_include.dm"
#include "Test.dm"
// END_INCLUDE