Swift: remove ModifiedStubMarkedAsGeneratedError

This commit is contained in:
Paolo Tranquilli
2022-11-18 17:10:01 +01:00
parent 2cd58817d7
commit aeb7b0d050
2 changed files with 1 additions and 4 deletions

View File

@@ -21,3 +21,4 @@ runs:
shell: bash
run: |
echo build --repository_cache=~/.cache/bazel-repository-cache --disk_cache=~/.cache/bazel-disk-cache > ~/.bazelrc
echo test --test_output=errors

View File

@@ -43,10 +43,6 @@ class FormatError(Error):
pass
class ModifiedStubMarkedAsGeneratedError(Error):
pass
class RootElementHasChildren(Error):
pass