Unit Test Update

This commit is contained in:
Letter N
2020-09-05 11:13:14 +08:00
parent 37b2d5c654
commit ff57550c9c
18 changed files with 506 additions and 13 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
if(dupe_type && !ispath(dupe_type))
bad_dts += t
if(length(bad_dms) || length(bad_dts))
Fail("Components with invalid dupe modes: ([bad_dms.Join(",")]) ||| Components with invalid dupe types: ([bad_dts.Join(",")])")
Fail("Components with invalid dupe modes: ([bad_dms.Join(",")]) ||| Components with invalid dupe types: ([bad_dts.Join(",")])")