Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion shell/testing/tester_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ int main(int argc, char* argv[]) {
// it as a positional argument instead.
settings.application_kernel_asset = command_line.positional_args()[0];
}
settings.advisory_script_uri = settings.application_kernel_asset;

if (settings.application_kernel_asset.empty()) {
FML_LOG(ERROR) << "Dart kernel file not specified.";
Expand Down
1 change: 0 additions & 1 deletion testing/dart/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ tests = [
"paragraph_test.dart",
"path_test.dart",
"picture_test.dart",
"platform_test.dart",
"platform_view_test.dart",
"plugin_utilities_test.dart",
"semantics_test.dart",
Expand Down
14 changes: 0 additions & 14 deletions testing/dart/platform_test.dart

This file was deleted.