Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/installer-lib/test/record_test.cpp

Issue 29329159: Issue #1185 - Fix formatting in installer-lib and its tests (Closed)
Patch Set: Created Oct. 15, 2015, 7:03 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #include <gtest/gtest.h> 1 #include <gtest/gtest.h>
2 2
3 #include "../record.h" 3 #include "../record.h"
4 4
5 TEST( Record_Test, construct ) 5 TEST(Record_Test, construct)
6 { 6 {
7 Record r(1); 7 Record r(1);
8 } 8 }
OLDNEW
« no previous file with comments | « installer/src/installer-lib/test/property_test.cpp ('k') | installer/src/installer-lib/test/test-installer-lib-ca.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld