8 lines
123 B
C++
8 lines
123 B
C++
/* test_object.cc
|
|
* vim: set tw=80:
|
|
* Eryn Wells <eryn@erynwells.me>
|
|
*/
|
|
|
|
#include "gtest/gtest.h"
|
|
|
|
#include "object.hh"
|