about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 07dfec9..7cb7db4 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -35,7 +35,9 @@ ifeq ($(RUBY_ENGINE),ruby)
   rp := )
   ONENINE := $(shell case $(RUBY_VERSION) in 1.9.*$(rp) echo true;;esac)
   ifeq ($(ONENINE),true)
-    models += Revactor
+    ifeq ($(RUBY_VERSION),1.9.2)
+      models += Revactor
+    endif
     models += FiberSpawn
     models += FiberPool
     models += CoolioThreadPool