mirror of https://github.com/tc39/test262.git
Correct file reference in "interpreting" document (#799)
This commit is contained in:
parent
a4a1dd551b
commit
13954ed1c4
|
@ -235,7 +235,7 @@ following strings:
|
||||||
's'.p = null;
|
's'.p = null;
|
||||||
```
|
```
|
||||||
|
|
||||||
- **`async`** The file `harness/donePrintHandle.js` must be evaluated in the
|
- **`async`** The file `harness/doneprintHandle.js` must be evaluated in the
|
||||||
test realm's global scope prior to test execution. The test must not be
|
test realm's global scope prior to test execution. The test must not be
|
||||||
considered complete until the implementation-defined `print` function has
|
considered complete until the implementation-defined `print` function has
|
||||||
been invoked or some length of time has passed without any such invocation.
|
been invoked or some length of time has passed without any such invocation.
|
||||||
|
|
Loading…
Reference in New Issue