From 6e1d30a2efae518c02bcae31877c5b2d7118af5c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 29 Jul 2015 00:57:56 -0400 Subject: [PATCH] Test: Once more... --- test/rx.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rx.t.cpp b/test/rx.t.cpp index cde6c206b..128e0901f 100644 --- a/test/rx.t.cpp +++ b/test/rx.t.cpp @@ -124,7 +124,7 @@ int main (int argc, char** argv) RX r13 ("D\\d"); ut.ok (r13.match (text), text + " =~ /D\\d/"); #else - ut.skip (" =~ /D\\d/") + ut.skip (" =~ /D\\d/"); #endif text = "D0";