diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-08 00:13:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-08 00:15:26 -0700 |
commit | 26785f2a7c2937765f1c0c9e26ce6b80aa4f8dfe (patch) | |
tree | 86bf3ba3ef9c54f664515aa008d6bc32e96449bc /cpp/000organization | |
parent | 9ea7648336251d440a9cd8d91112254e8b38268c (diff) | |
download | mu-26785f2a7c2937765f1c0c9e26ce6b80aa4f8dfe.tar.gz |
1031 - stop clearing recipes after every test
I think the string-equal scenarios are failing to fail. But we'll fix them once we wrap up test isolation.
Diffstat (limited to 'cpp/000organization')
-rw-r--r-- | cpp/000organization | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/000organization b/cpp/000organization index 6c513809..bf703f05 100644 --- a/cpp/000organization +++ b/cpp/000organization @@ -98,6 +98,7 @@ // End Globals int main(int argc, char* argv[]) { + // End One-time Setup return 0; // End Main } |