aboutsummaryrefslogtreecommitdiff
path: root/src/sched/test_roundrobin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sched/test_roundrobin.cc')
-rw-r--r--src/sched/test_roundrobin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sched/test_roundrobin.cc b/src/sched/test_roundrobin.cc
index 1431788..89f60bf 100644
--- a/src/sched/test_roundrobin.cc
+++ b/src/sched/test_roundrobin.cc
@@ -43,7 +43,7 @@ TEST(roundrobin, RoundRobinQueue)
std::cout << "Completed in (us): " << duration << std::endl;
// test should complete in 250us unless running on valgrind
- if (!RUNNING_ON_VALGRIND) EXPECT_LE(duration, 250);
+ if (!RUNNING_ON_VALGRIND) { EXPECT_LE(duration, 250); }
EXPECT_EQ(queue.head, nullptr);
EXPECT_EQ(queue.tail, nullptr);