Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: build_tools/commit_queue/cq_config.json

Issue 1025453005: Remove trailing comma to make JSON valid (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/commit_queue/cq_config.json
diff --git a/build_tools/commit_queue/cq_config.json b/build_tools/commit_queue/cq_config.json
index d7230246a8af7a67d35d2647d6f70172fdf6fd3e..75e7d5b46aeb880f73678739e7fc3ec79c586da5 100644
--- a/build_tools/commit_queue/cq_config.json
+++ b/build_tools/commit_queue/cq_config.json
@@ -17,7 +17,7 @@
"naclports-linux-pnacl_newlib-1": ["defaulttests"],
"naclports-linux-pnacl_newlib-2": ["defaulttests"],
"naclports-linux-pnacl_newlib-3": ["defaulttests"],
- "naclports-linux-pnacl_newlib-4": ["defaulttests"],
+ "naclports-linux-pnacl_newlib-4": ["defaulttests"]
}
},
"triggered": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698