From c742a131def0776356ea4264b7553f50f06e2adc Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Thu, 1 Apr 2021 08:57:15 +0100 Subject: [PATCH] Remove filename containing hiragana MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- ql/test/library-tests/semmle/go/Files/files.expected | 1 - ql/test/library-tests/semmle/go/Files/あ.go | 1 - 2 files changed, 2 deletions(-) delete mode 100644 ql/test/library-tests/semmle/go/Files/あ.go diff --git a/ql/test/library-tests/semmle/go/Files/files.expected b/ql/test/library-tests/semmle/go/Files/files.expected index d1809ed85b5..758fb218f77 100644 --- a/ql/test/library-tests/semmle/go/Files/files.expected +++ b/ql/test/library-tests/semmle/go/Files/files.expected @@ -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 | diff --git a/ql/test/library-tests/semmle/go/Files/あ.go b/ql/test/library-tests/semmle/go/Files/あ.go deleted file mode 100644 index 06ab7d0f9a3..00000000000 --- a/ql/test/library-tests/semmle/go/Files/あ.go +++ /dev/null @@ -1 +0,0 @@ -package main