Skip to content

Commit

Permalink
[LLDB] Fix typo in xfail decorator assert.test
Browse files Browse the repository at this point in the history
Fix a typo in earlier xfailed assert.test replace // with #.
  • Loading branch information
omjavaid committed May 13, 2020
1 parent 6805a77 commit 67087a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 67087a7

Please sign in to comment.