Skip to content

Commit a5498fa

Browse files
authored
Capitalize filename
1 parent 62d4bb8 commit a5498fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_TestingInternals/Versions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const char *swt_getTestingLibraryVersion(void) {
4040

4141
return version.data();
4242
#else
43-
#warning SWT_TESTING_LIBRARY_VERSION not defined and version.txt not found: testing library version is unavailable
43+
#warning SWT_TESTING_LIBRARY_VERSION not defined and VERSION.txt not found: testing library version is unavailable
4444
return nullptr;
4545
#endif
4646
}

0 commit comments

Comments
 (0)