mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-19 20:13:43 -04:00
@@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
#include "common_utilities_hpp.h"
|
||||
#include "ipc_transactors_impl.h"
|
||||
|
||||
|
||||
@@ -201,7 +201,6 @@ namespace OHOS::uitest {
|
||||
case '?':
|
||||
PrintToConsole(usage);
|
||||
return EXIT_FAILURE;
|
||||
break;
|
||||
case 'i':
|
||||
params.insert(pair<char, string>(opt, "true"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user