Skip to content

Commit e208a34

Browse files
committed
Skeleton for graph
1 parent 1f12da5 commit e208a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_elf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,5 +779,9 @@ def test_elf_linux_x8664_epoll_simple(self):
779779
ql.os.stdin.write(b"stop\n")
780780
ql.run()
781781
del ql
782+
783+
def test_elf_linux_x8664_epoll_server(self):
784+
pass
785+
del ql
782786
if __name__ == "__main__":
783787
unittest.main()

0 commit comments

Comments
 (0)