aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java')
-rw-r--r--src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java b/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java
index 236a9e6576..80ffb24d51 100644
--- a/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java
+++ b/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java
@@ -241,12 +241,8 @@ public class AppleStaticLibraryTest extends ObjcRuleTestCase {
"--crosstool_top=//tools/osx/crosstool:crosstool");
CommandAction action = (CommandAction) lipoLibAction("//package:test");
- String i386Prefix =
- configurationBin("i386", ConfigurationDistinguisher.APPLEBIN_IOS,
- DEFAULT_IOS_SDK_VERSION);
- String x8664Prefix =
- configurationBin("x86_64", ConfigurationDistinguisher.APPLEBIN_IOS,
- DEFAULT_IOS_SDK_VERSION);
+ String i386Prefix = configurationBin("i386", ConfigurationDistinguisher.APPLEBIN_IOS, null);
+ String x8664Prefix = configurationBin("x86_64", ConfigurationDistinguisher.APPLEBIN_IOS, null);
CommandAction i386BinAction =
(CommandAction)