aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/arduinojson
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2017-04-04 16:47:33 -0700
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2017-04-04 16:47:33 -0700
commitb436a195bd3bf81cbec33bf876766e7185f8b143 (patch)
treeb3585398276d7122810b7fbf249fc89b234b064d /projects/arduinojson
parentf79aecb525cf76ff17c5873070c4663bbd178e1a (diff)
Remove experimental flag from already tested projects with msan(#473) (#513)
Diffstat (limited to 'projects/arduinojson')
-rw-r--r--projects/arduinojson/project.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/arduinojson/project.yaml b/projects/arduinojson/project.yaml
index 9e8e4af0..71e89545 100644
--- a/projects/arduinojson/project.yaml
+++ b/projects/arduinojson/project.yaml
@@ -2,6 +2,5 @@ homepage: "https://github.com/bblanchon/ArduinoJson"
primary_contact: "benoit.blanchon@gmail.com"
sanitizers:
- address
- - memory:
- experimental: True
+ - memory
- undefined