常规更新
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "Core/system/export.h"
|
||||
int psc_main(int argc, char* argv[]) {
|
||||
return Psc::redict_main_with_gtest(argc, argv, psc_main);
|
||||
return Psc::redict_main_with_gtest(argc, argv, psc_main);
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
return Psc::redict_main_with_gtest(argc, argv, psc_main);
|
||||
return Psc::redict_main_with_gtest(argc, argv, psc_main);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user