From 37cfa25aa310f298c1649bbbabedcb6aae418e19 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sat, 3 Oct 2020 11:01:20 +0200 Subject: [PATCH] linux_load_commands, test-sourcekit-lsp are python2 --- test-snapshot-binaries/linux_load_commands.py | 1 + test-sourcekit-lsp/test-sourcekit-lsp.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/test-snapshot-binaries/linux_load_commands.py b/test-snapshot-binaries/linux_load_commands.py index f7d044e..a021927 100644 --- a/test-snapshot-binaries/linux_load_commands.py +++ b/test-snapshot-binaries/linux_load_commands.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2 # REQUIRES: platform=Linux # RUN: rm -rf %T && mkdir -p %t diff --git a/test-sourcekit-lsp/test-sourcekit-lsp.py b/test-sourcekit-lsp/test-sourcekit-lsp.py index b7e6323..02ede11 100644 --- a/test-sourcekit-lsp/test-sourcekit-lsp.py +++ b/test-sourcekit-lsp/test-sourcekit-lsp.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # Canary test for sourcekit-lsp, covering interaction with swiftpm and toolchain # language services. -- 2.28.0