Skip to content

Commit aeb7b0d

Browse files
committed
Swift: remove ModifiedStubMarkedAsGeneratedError
1 parent 2cd5881 commit aeb7b0d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

swift/actions/setup-env/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ runs:
2121
shell: bash
2222
run: |
2323
echo build --repository_cache=~/.cache/bazel-repository-cache --disk_cache=~/.cache/bazel-disk-cache > ~/.bazelrc
24+
echo test --test_output=errors

swift/codegen/generators/qlgen.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ class FormatError(Error):
4343
pass
4444

4545

46-
class ModifiedStubMarkedAsGeneratedError(Error):
47-
pass
48-
49-
5046
class RootElementHasChildren(Error):
5147
pass
5248

0 commit comments

Comments
 (0)