Added missing quotation marks in ios testing documentation
Change-Id: I220b461c1d734a51f3f906380e4f0cef773b86a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3498529 Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Ernesto Izquierdo Clua <eic@google.com> Cr-Commit-Position: refs/heads/main@{#976376}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
3dd84fe11e
commit
ab3923fdc8
@ -29,7 +29,7 @@ directory of the UI code you wish to test.
|
||||
|
||||
* You’ll have to include:
|
||||
```
|
||||
#import "ios/chrome/test/earl_grey/chrome_test_case.h
|
||||
#import "ios/chrome/test/earl_grey/chrome_test_case.h"
|
||||
```
|
||||
* You’ll most likely find util functions in these files helpful.
|
||||
```
|
||||
|
Reference in New Issue
Block a user