summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/two-files
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-09-01 16:30:06 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-09-01 16:30:06 +0000
commitc98fc5a7934831450c318db589798250b8e98b87 (patch)
treee763737d783b5b2a7a429cf308f4c0536e745e6c /lldb/packages/Python/lldbsuite/test/commands/expression/two-files
parentc7a8ba80c104166bd13c00bf8af31d4c4b0925d7 (diff)
downloadbcm5719-llvm-c98fc5a7934831450c318db589798250b8e98b87.tar.gz
bcm5719-llvm-c98fc5a7934831450c318db589798250b8e98b87.zip
[lldb][NFC] Fix failing tests on macOS after restructuring test folder
llvm-svn: 370616
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/two-files')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
index 5974461e256..22a6e017765 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
@@ -1,7 +1,7 @@
-LEVEL = ../../make
+LEVEL = ../../../make
OBJC_SOURCES := main.m foo.m
include $(LEVEL)/Makefile.rules
-LDFLAGS += -framework Foundation \ No newline at end of file
+LDFLAGS += -framework Foundation
OpenPOWER on IntegriCloud