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

Unified Diff: installer/src/installer-lib/test/record_test.cpp

Issue 6202981292703744: Whole installer (Closed)
Patch Set: Created June 24, 2014, 7:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/installer-lib/test/record_test.cpp
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/installer-lib/test/record_test.cpp
@@ -0,0 +1,8 @@
+#include <gtest/gtest.h>
+
+#include "../record.h"
+
+TEST( Record_Test, construct )
+{
+ Record r(1);
+}

Powered by Google App Engine
This is Rietveld