diff options
author | 2017-03-20 14:45:15 -0700 | |
---|---|---|
committer | 2017-03-20 14:47:43 -0700 | |
commit | 26ab8d7df29bde416d0cae2e20b8a53ea0c5d34c (patch) | |
tree | cc2b59c9cba6b18083bf1b7461636ddfe60ea935 | |
parent | e2492d43bfff9123de843fd3e424da438e33d793 (diff) |
Fix missing comma in knownfailures.json
Test: testrunner.py ...
Change-Id: I3c23b9be732074cacde8db75c9da0da4ead98ac9
-rw-r--r-- | test/knownfailures.json | 2 |
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", |