Skip to content
Snippets Groups Projects
Commit d23e6d75 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

BUG: disable formatting check around SIGNAL macro

parent 18678dbd
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,11 @@ using testing::ElementsAre;
class MockSender : public imstk::EventObject
{
public:
/* *INDENT-OFF* */
SIGNAL(MockSender,SignalOne);
SIGNAL(MockSender,SignalTwo);
/* *INDENT-ON* */
void postOne()
{
......@@ -192,4 +194,4 @@ TEST(imstkEventObjectTest,PointerQueuedForeachBackwards)
r.rforeachEvent([&](Command c) { c.invoke(); });
EXPECT_THAT(r.items,ElementsAre(2,1));
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment