diff options
author | Manuel Klimek <klimek@google.com> | 2011-12-17 06:29:32 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2011-12-17 06:29:32 +0000 |
commit | 5bb210e134c8bc66f77a78bb3aedc118d949698c (patch) | |
tree | 5c29e4f08d4e38818446692672a802e98dd0b1ec /test/Other | |
parent | b16db8171970f7390895f1e36d5887e6baa9abc3 (diff) | |
download | external_llvm-5bb210e134c8bc66f77a78bb3aedc118d949698c.zip external_llvm-5bb210e134c8bc66f77a78bb3aedc118d949698c.tar.gz external_llvm-5bb210e134c8bc66f77a78bb3aedc118d949698c.tar.bz2 |
Deleting the json-bench-test until I understand why it is flaky.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r-- | test/Other/json-bench-test.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Other/json-bench-test.ll b/test/Other/json-bench-test.ll deleted file mode 100644 index d4e689b..0000000 --- a/test/Other/json-bench-test.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: json-bench --verify --info-output-file=- | FileCheck %s - -; CHECK: Fast: Parsing -; CHECK: Fast: Loop - |