Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Feb 25, 2013
1 parent 64f6f2f commit 757fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/HookRegistrationTest.cpp
Expand Up @@ -81,7 +81,7 @@ TEST_F(HookRegistrationTest, hooksAreRegisteredByTheMacros) {
}

TEST_F(HookRegistrationTest, beforeHooksAreInvokedInAnyOrder) {
EXPECT_EQ("TRAVIS-TEST", beforeHookCallMarker.str());
EXPECT_EQ("", beforeHookCallMarker.str());
beginScenario(0);
EXPECT_EQ(correctBeforeOrder, sort(beforeHookCallMarker.str()));
invokeStep();
Expand Down

0 comments on commit 757fe11

Please sign in to comment.