(wangle-test) fix double ifndef in thens.rb
authorHans Fugal <fugalh@fb.com>
Thu, 30 Oct 2014 23:20:17 +0000 (16:20 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:12:33 +0000 (18:12 -0800)
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

folly/wangle/test/Thens.cpp
folly/wangle/test/thens.rb

index 2a9cdca19bad79797002a328d22c12dced346625..f990678d133c6e5ae8a6e13e87f99ae0eba425d7 100644 (file)
@@ -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;
index 7de0e4ccee6e97e7441aef6d6fa53b1be4bc80bd..9c7537255b9a19c7fc84cc7f0e9c6eff63074a93 100755 (executable)
@@ -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;