[LLDB] Fix typo in xfail decorator assert.test
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 13 May 2020 03:51:47 +0000 (08:51 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 13 May 2020 03:53:56 +0000 (08:53 +0500)
Fix a typo in earlier xfailed assert.test replace // with #.

lldb/test/Shell/Recognizer/assert.test

index 7a96f36..d3eb9c8 100644 (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