Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/audit.js

Issue 2766253002: Remove one more task.describe call (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/resources/waveshaper-testing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/resources/audit.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
index bd3051a570d6abe54d71d85320f02c1ddd3a5e2b..b7ebde08501f125a1ae7ae6bf653d93e3297da2e 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
@@ -1228,7 +1228,6 @@ window.Audit = (function () {
* @example
* let audit = Audit.createTaskRunner();
* audit.define('first-task', function (task, should) {
- * task.describe('the first task');
* should(someValue).beEqualTo(someValue);
* task.done();
* });
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/resources/waveshaper-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698