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";