aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp')
-rw-r--r--llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp b/llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp
index 1f566e1..ea1395b 100644
--- a/llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp
+++ b/llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp
@@ -128,21 +128,7 @@ static const StringMap<StringSet<>> XFailTestNames = {{
"Section - Multiple Calls",
}},
- {"interpolation.json",
- {
- "Triple Mustache",
- "Triple Mustache Integer Interpolation",
- "Triple Mustache Decimal Interpolation",
- "Triple Mustache Null Interpolation",
- "Triple Mustache Context Miss Interpolation",
- "Dotted Names - Triple Mustache Interpolation",
- "Implicit Iterators - Triple Mustache",
- "Triple Mustache - Surrounding Whitespace",
- "Triple Mustache - Standalone",
- "Triple Mustache With Padding",
- }},
{"partials.json", {"Standalone Indentation"}},
- {"sections.json", {"Implicit Iterator - Triple mustache"}},
}};
struct TestData {