Skip to content

Commit cc2bb4d

Browse files
committed
Change failed error string
1 parent cbf08f7 commit cc2bb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/tool/lib/src/native_test_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ this command.
695695
return _PlatformResult(
696696
RunState.failed,
697697
error:
698-
'Testing on platform and architecture "$_abi" as CMakeProjects is not supported.',
698+
'Google Test testing is not supported on $platform $_abi.',
699699
);
700700
}
701701

0 commit comments

Comments
 (0)