Author: Muhammad Omair Javaid Date: 2020-05-13T08:53:56+05:00 New Revision: 67087a7b76599ea783c1d930f0c2047deaa8fbae
URL: https://github.com/llvm/llvm-project/commit/67087a7b76599ea783c1d930f0c2047deaa8fbae DIFF: https://github.com/llvm/llvm-project/commit/67087a7b76599ea783c1d930f0c2047deaa8fbae.diff LOG: [LLDB] Fix typo in xfail decorator assert.test Fix a typo in earlier xfailed assert.test replace // with #. Added: Modified: lldb/test/Shell/Recognizer/assert.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Recognizer/assert.test b/lldb/test/Shell/Recognizer/assert.test index 7a96f3610ec5..d3eb9c8da7c9 100644 --- a/lldb/test/Shell/Recognizer/assert.test +++ b/lldb/test/Shell/Recognizer/assert.test @@ -1,4 +1,4 @@ -// XFAIL: target-arm && linux-gnu +# XFAIL: target-arm && linux-gnu # UNSUPPORTED: system-windows # RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out # RUN: %lldb -b -s %s %t.out | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits