Qualify a field name in NotificationQueueTest
authorChristopher Dykes <cdykes@fb.com>
Wed, 16 Nov 2016 02:46:23 +0000 (18:46 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 16 Nov 2016 02:53:30 +0000 (18:53 -0800)
commit2187ccc928dd10abe57af00fc179358c0133b820
tree77dcc4deebe9997badaf2e108f6c1bab93fa92d8
parent4a78b42b591b115f6881232d9c3ea0a4eb935664
Qualify a field name in NotificationQueueTest

Summary: MSVC currently has a bug that causes it to incorrectly resolve it to `std::queue`: https://developercommunity.visualstudio.com/content/problem/2342/c-failure-to-resolve-instance-member-in-lambda-con.html

Reviewed By: lbrandy

Differential Revision: D4187256

fbshipit-source-id: 207eafa339f7255ae881d8ab80f4847222c3b8c9
folly/io/async/test/NotificationQueueTest.cpp