We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7205e44 commit 57dc1d1Copy full SHA for 57dc1d1
utils/swift_build_support/tests/products/test_llvm_linux_cross_compile.py
@@ -11,7 +11,6 @@
11
12
import argparse
13
import os
14
-import shutil
15
import sys
16
import tempfile
17
import unittest
@@ -20,13 +19,12 @@
20
19
from swift_build_support import shell
21
from swift_build_support.products import LLVM
22
from swift_build_support.toolchain import host_toolchain
23
-from swift_build_support.workspace import Workspace
+
24
25
class LLVMLinuxCrossCompileTestCase(unittest.TestCase):
26
def setUp(self):
27
# Setup workspace
28
tmpdir1 = os.path.realpath(tempfile.mkdtemp())
29
- tmpdir2 = os.path.realpath(tempfile.mkdtemp())
30
os.makedirs(os.path.join(tmpdir1, 'llvm'))
31
32
# Setup toolchain
0 commit comments