Skip to content

Commit

Permalink
Note to self (don't edit run_tests.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Sep 5, 2023
1 parent 601ec11 commit 1a48d68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/build_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env python3
f = open('run_tests.py', 'w')
f.write('''#!/usr/bin/env python3
#####################################################
### run_tests.py IS A GENERATED FILE, DO NOT EDIT ###
#####################################################
import subprocess, unittest
class CompilerTest:
Expand Down

0 comments on commit 1a48d68

Please sign in to comment.