mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Oops, broken C++ test build in #else
This commit is contained in:
parent
0e3c35fbb1
commit
12de296d42
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue