diff options
Diffstat (limited to 'executor/style_test.go')
| -rw-r--r-- | executor/style_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/style_test.go b/executor/style_test.go index 7c32d4d10..ae3e9421b 100644 --- a/executor/style_test.go +++ b/executor/style_test.go @@ -54,7 +54,7 @@ if (foo) { }, { // These are also not properly stripped by pkg/csource. - pattern: `/\*[^{]`, + pattern: `/\*[^{/"]`, message: "Don't use /* */ block comments. Use // line comments instead", tests: []string{ `/* C++ comment */`, |
