From: Muhammad Omair Javaid Date: Wed, 13 May 2020 03:51:47 +0000 (+0500) Subject: [LLDB] Fix typo in xfail decorator assert.test X-Git-Tag: llvmorg-12-init~6223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67087a7b76599ea783c1d930f0c2047deaa8fbae;p=platform%2Fupstream%2Fllvm.git [LLDB] Fix typo in xfail decorator assert.test Fix a typo in earlier xfailed assert.test replace // with #. --- diff --git a/lldb/test/Shell/Recognizer/assert.test b/lldb/test/Shell/Recognizer/assert.test index 7a96f36..d3eb9c8 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