aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-16 11:46:27 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-11-29 14:13:26 -0800
commit7c779a76df9b8a4dd466b120f817b50f857081fa (patch)
treebe453d5989a794d6d3f39da2cd4a4895695b2849
parent120f7a4c4009990b2eed70ffbf019b5f7daf8268 (diff)
downloadmeson-7c779a76df9b8a4dd466b120f817b50f857081fa.zip
meson-7c779a76df9b8a4dd466b120f817b50f857081fa.tar.gz
meson-7c779a76df9b8a4dd466b120f817b50f857081fa.tar.bz2
run_unittests.py: remove newline at top of file
So that the shbang is ther rist line and ./run_unittests.py works.
-rwxr-xr-xrun_unittests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 8af872e..91a71ce 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1,4 +1,3 @@
-
#!/usr/bin/env python3
# Copyright 2016-2017 The Meson development team