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

Side by Side Diff: pydir/sz-clang.py

Issue 2145213002: Subzero: implemented wrapper script to replace calls to calloc() (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed comments and added error testing Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/usr/bin/env python2
2
3 import sz_driver
4
5 if __name__ == '__main__':
6 sz_driver.run(False)
Jim Stichnoth 2016/07/14 20:42:11 I don't know if this is valid or reasonable python
tlively 2016/07/15 01:54:25 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698