summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--std/manual.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md
index 3364cfb67..026a4330b 100644
--- a/std/manual.md
+++ b/std/manual.md
@@ -498,8 +498,6 @@ Deno.test(function t1() {
Deno.test(function t2() {
assertEquals("world", "world");
});
-
-await Deno.runTests();
```
Try running this: