Added missing files

This commit is contained in:
Matthias Koefferlein 2023-12-11 23:56:28 +01:00
parent 9525cfd1cd
commit bbd7a9cd8a
2 changed files with 10 additions and 0 deletions

4
testdata/klayout_main/test12q.py vendored Normal file
View File

@ -0,0 +1,4 @@
print("Before quit()")
quit()

6
testdata/klayout_main/test12s.py vendored Normal file
View File

@ -0,0 +1,6 @@
import sys
print("Before exit()")
sys.exit(1)