summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2017-03-20 14:45:15 -0700
committer Calin Juravle <calin@google.com> 2017-03-20 14:47:43 -0700
commit26ab8d7df29bde416d0cae2e20b8a53ea0c5d34c (patch)
treecc2b59c9cba6b18083bf1b7461636ddfe60ea935
parente2492d43bfff9123de843fd3e424da438e33d793 (diff)
Fix missing comma in knownfailures.json
Test: testrunner.py ... Change-Id: I3c23b9be732074cacde8db75c9da0da4ead98ac9
-rw-r--r--test/knownfailures.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 6f796da8ee..e03bd68463 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -350,7 +350,7 @@
"080-oom-throw"],
"bug": "http://b/36377828",
"variant": "interp-ac"
- }
+ },
{
"tests": "638-checker-inline-caches",
"description": ["Disable 638-checker-inline-caches temporarily until a fix",