diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2017-11-16 11:46:27 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2017-11-29 14:13:26 -0800 |
| commit | 7c779a76df9b8a4dd466b120f817b50f857081fa (patch) | |
| tree | be453d5989a794d6d3f39da2cd4a4895695b2849 | |
| parent | 120f7a4c4009990b2eed70ffbf019b5f7daf8268 (diff) | |
| download | meson-7c779a76df9b8a4dd466b120f817b50f857081fa.tar.gz | |
run_unittests.py: remove newline at top of file
So that the shbang is ther rist line and ./run_unittests.py works.
| -rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 8af872e26..91a71ce0a 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1,4 +1,3 @@ - #!/usr/bin/env python3 # Copyright 2016-2017 The Meson development team |
