summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/verilog/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/verilog/test.js')
-rw-r--r--public/vendor/codemirror/mode/verilog/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/verilog/test.js b/public/vendor/codemirror/mode/verilog/test.js
index 9c8c0949..8334fab0 100644
--- a/public/vendor/codemirror/mode/verilog/test.js
+++ b/public/vendor/codemirror/mode/verilog/test.js
@@ -263,7 +263,7 @@
""
);
- MT("covergoup_with_function_indents_properly",
+ MT("covergroup_with_function_indents_properly",
"[keyword covergroup] [variable cg] [keyword with] [keyword function] [variable sample][bracket (][keyword bit] [variable b][bracket )];",
" [variable c] : [keyword coverpoint] [variable c];",
"[keyword endgroup]: [variable cg]",