[LLDB] Fix typo in xfail decorator assert.test

Fix a typo in earlier xfailed assert.test replace // with #.
This commit is contained in:
Muhammad Omair Javaid 2020-05-13 08:51:47 +05:00
parent 6805a77eb6
commit 67087a7b76
1 changed files with 1 additions and 1 deletions

View File

@ -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