Skip to content

Commit

Permalink
Smaller test since only POP is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellTower authored Oct 20, 2023
1 parent a8cf483 commit 29a78af
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/input/GEN_START.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
def GS0():
yield 0

async def GS1():
pass

async def GS2():
def GEN_START():
yield 0

0 comments on commit 29a78af

Please sign in to comment.