Commit 4c010707 authored by Hans Fugal's avatar Hans Fugal Committed by Pavlo Kushnir

(wangle-test) fix double ifndef in thens.rb

Summary: Looks like a bad git merge

Test Plan: builds

Reviewed By: hannesr@fb.com

Subscribers: hannesr, net-systems@, fugalh, exa, njormrod, folly-diffs@

FB internal diff: D1649773

Tasks: 5501131

Signature: t1:1649773:1414700920:cc691283884e9654803bba3ffe78f4553194752d
parent eb183e4a
......@@ -5,9 +5,6 @@
#include <folly/wangle/test/Thens.h>
#ifndef __clang__
// TODO: fails to compile with clang:dev. See task #4412111
TEST(Future, thenVariants) {
SomeClass anObject;
Executor* anExecutor;
......
......@@ -68,9 +68,6 @@ print <<EOF
#include <folly/wangle/test/Thens.h>
#ifndef __clang__
// TODO: fails to compile with clang:dev. See task #4412111
TEST(Future, thenVariants) {
SomeClass anObject;
Executor* anExecutor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment