diff options
author | Damian Gryski <[email protected]> | 2022-02-03 10:56:05 -0800 |
---|---|---|
committer | Nia <[email protected]> | 2022-02-24 12:36:10 -0500 |
commit | cbfa85be6ad018b447f2c47401f4ebf8193b0887 (patch) | |
tree | fb32fcb058b10c0378b0ec147fe3f5cd5d25925f | |
parent | 6c23f27f731a91f3da2f800e6f0a47839e8aaad7 (diff) | |
download | tinygo-cbfa85be6ad018b447f2c47401f4ebf8193b0887.tar.gz tinygo-cbfa85be6ad018b447f2c47401f4ebf8193b0887.zip |
testdata/corpus: add google/go-patchutils
-rw-r--r-- | testdata/corpus.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/corpus.yaml b/testdata/corpus.yaml index cc389847f..2408a3955 100644 --- a/testdata/corpus.yaml +++ b/testdata/corpus.yaml @@ -147,6 +147,8 @@ - pkg: timespanset skipwasi: true # needs timezone stuff - repo: github.com/google/okay +- repo: github.com/google/go-patchutils + skipwasi: true # needs os.readdir - repo: golang.org/x/text subdirs: - pkg: encoding |