aboutsummaryrefslogtreecommitdiff
path: root/tests/test-hello-world.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-08-19 22:25:45 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-08-19 22:25:45 -0500
commitec2c7ec58b192e0b907239ad1ff840fe69b4da56 (patch)
treeb698c312120326f6aeffde64602210955662a56a /tests/test-hello-world.cpp
parent41ef58955239d873b1c4db850f781eaff5748169 (diff)
downloadayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.tar.gz
ayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.tar.bz2
ayatana-indicator-display-ec2c7ec58b192e0b907239ad1ff840fe69b4da56.zip
get skeletal service and tests building
Diffstat (limited to 'tests/test-hello-world.cpp')
-rw-r--r--tests/test-hello-world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-hello-world.cpp b/tests/test-hello-world.cpp
index 53d2ec3..5d9c308 100644
--- a/tests/test-hello-world.cpp
+++ b/tests/test-hello-world.cpp
@@ -43,6 +43,6 @@ protected:
TEST_F(HelloWorldFixture, HelloWorld)
{
- EXPECT_TRUE(true)
+ EXPECT_TRUE(true);
}