Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Aug 1, 2024
1 parent b8dfad4 commit d9a543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/test/intltest/intltest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ const char *IntlTest::getSharedTestData(UErrorCode& err) {
#define TOP ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING
#define TOP_TOP ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING TOP
srcDataDir = TOP "testdata" U_FILE_SEP_STRING;
testFile = TOP "testdata" FILE_NAME
testFile = TOP "testdata" FILE_NAME;
if (!fileExists(testFile)) {
srcDataDir = TOP_TOP "testdata" U_FILE_SEP_STRING;
testFile = TOP_TOP "testdata" FILE_NAME;
Expand Down

0 comments on commit d9a543f

Please sign in to comment.