mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Remove filename containing hiragana
Good test, but unfortunately it turns out our ODASA build under Windows can't cope -- we get `make: *** No rule to make target 'language-packs/go/ql/test/library-tests/semmle/go/Files/�.go', needed by 'target/general/go-tools/output/tools/tokenizer.jar'. Stop.` Evidently our windows Actions build *does* work, so this is possible in principle, but let's not delay this PR finding out the exact reasons why right now.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
| \u3042.go:0:0:0:0 | \u3042.go |
|
||||
| a.go:0:0:0:0 | a.go |
|
||||
| b.go:0:0:0:0 | b.go |
|
||||
| blah.html:0:0:0:0 | blah.html |
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
package main
|
||||
Reference in New Issue
Block a user