commit | 6c1c9cfc656cb2bb9e5902a0c184ae9b6141f977 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 10 02:41:17 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 10 02:41:17 2009 +0000 |
tree | e4ca5d6b8603c3661854226bc62794457b285909 | |
parent | 972cc05c2351ad221725607df3dc285c71858529 [diff] [blame] |
lit: Add ExampleTests, for testing lit and demonstrating test suite features. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86654 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/ExampleTests/xfail.c b/utils/lit/ExampleTests/xfail.c new file mode 100644 index 0000000..b36cd99 --- /dev/null +++ b/utils/lit/ExampleTests/xfail.c
@@ -0,0 +1,2 @@ +// RUN: false +// XFAIL: *