This commit is contained in:
vis2k 2021-08-28 13:46:10 +08:00
parent 0bb405da18
commit 0a45b0bdfc

View File

@ -122,6 +122,10 @@ public static void Build()
// TODO invoke ILPostProcessor manually // TODO invoke ILPostProcessor manually
// TODO save to file manually, so tests using the DLLs use the waved ones. // TODO save to file manually, so tests using the DLLs use the waved ones.
// we COULD Weave() with a test logger manually.
// but for test result consistency on all platforms,
// let's invoke the ILPostProcessor here too.
#endif #endif
}; };