Test: Oops, broken C++ test build in #else

This commit is contained in:
Paul Beckingham 2015-07-29 00:53:16 -04:00
parent 0e3c35fbb1
commit 12de296d42

View file

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