Skip to content

Commit

Permalink
darwin/Classes: fix code comments (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Dec 14, 2023
1 parent c401a2c commit 92ab7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 3. Make the changes, make sure it works
// 4. Re-add trailing backslashes: $ sed 's/$/\\/' PatrolIntegrationTestIosRunner.h
// 5. Copy the contents from RunnerUITests.m back here
// 6. Go back to using a macro in RunnerTests.m
// 6. Go back to using a macro in RunnerUITests.m

// For every Flutter dart test, dynamically generate an Objective-C method mirroring the test results
// so it is reported as a native XCTest run result.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 3. Make the changes, make sure it works
// 4. Re-add trailing backslashes: $ sed 's/$/\\/' PatrolIntegrationTestMacosRunner.h
// 5. Copy the contents from RunnerUITests.m back here
// 6. Go back to using a macro in RunnerTests.m
// 6. Go back to using a macro in RunnerUITests.m

// For every Flutter dart test, dynamically generate an Objective-C method mirroring the test results
// so it is reported as a native XCTest run result.
Expand Down

0 comments on commit 92ab7aa

Please sign in to comment.