[dsymutil] Fix spurious space in REQUIRES: line
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Jan 2021 04:13:43 +0000 (20:13 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Jan 2021 04:13:44 +0000 (20:13 -0800)
This test is incorrectly running on non-darwin hosts.

llvm/test/tools/dsymutil/X86/eh_frame.test

index 365fc67..1a349dc 100644 (file)
@@ -1,5 +1,6 @@
+REQUIRES: system-darwin
+
 FIXME: Replace otool with llvm-objcopy --dump-section=__TEXT,__eh_frame.
-REQUIRES : system-darwin
 
 $ cat eh_frame.cpp
 int f1()