forked from OSchip/llvm-project
[LLDB] Fix typo in xfail decorator assert.test
Fix a typo in earlier xfailed assert.test replace // with #.
This commit is contained in:
parent
6805a77eb6
commit
67087a7b76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue