From 7c779a76df9b8a4dd466b120f817b50f857081fa Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 16 Nov 2017 11:46:27 -0800 Subject: run_unittests.py: remove newline at top of file So that the shbang is ther rist line and ./run_unittests.py works. --- run_unittests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_unittests.py') 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 -- cgit v1.1