[Lldb-commits] [lldb] r349533 - Fix REQUIRES line

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 18 12:28:55 PST 2018


Author: adrian
Date: Tue Dec 18 12:28:54 2018
New Revision: 349533

URL: http://llvm.org/viewvc/llvm-project?rev=349533&view=rev
Log:
Fix REQUIRES line

Modified:
    lldb/trunk/lit/Python/crashlog.test

Modified: lldb/trunk/lit/Python/crashlog.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Python/crashlog.test?rev=349533&r1=349532&r2=349533&view=diff
==============================================================================
--- lldb/trunk/lit/Python/crashlog.test (original)
+++ lldb/trunk/lit/Python/crashlog.test Tue Dec 18 12:28:54 2018
@@ -1,6 +1,6 @@
 #                                                                 -*- python -*-
+# REQUIRES: system-darwin
 # RUN: cd %S/../../examples/python && %lldb -S %s | FileCheck %s
-# REQUIRES : system-darwin
 # CHECK-LABEL: {{S}}KIP BEYOND CHECKS
 script
 import crashlog




More information about the lldb-commits mailing list