Test: Oops, broken C++ test build in #else
This commit is contained in:
@@ -124,7 +124,7 @@ int main (int argc, char** argv)
|
|||||||
RX r13 ("D\\d");
|
RX r13 ("D\\d");
|
||||||
ut.ok (r13.match (text), text + " =~ /D\\d/");
|
ut.ok (r13.match (text), text + " =~ /D\\d/");
|
||||||
#else
|
#else
|
||||||
ut.skip (" =~ /D\\d/"")
|
ut.skip (" =~ /D\\d/")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
text = "D0";
|
text = "D0";
|
||||||
|
|||||||
Reference in New Issue
Block a user