Commit Graph

1 Commits

Author SHA1 Message Date
Adrien
f404483834 platform/model: Don't pull in the "testing" package in normal builds (#6735)
Rename all files importing the "testing" package in "platform/model"
so that they only get compiled in test builds. This avoids the side
effects of the testing package (notably, defining some command line
flags with the "flags" package) for codebases importing the model
package.
2017-06-26 14:32:39 -04:00