We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d4bb8 commit a5498faCopy full SHA for a5498fa
Sources/_TestingInternals/Versions.cpp
@@ -40,7 +40,7 @@ const char *swt_getTestingLibraryVersion(void) {
40
41
return version.data();
42
#else
43
-#warning SWT_TESTING_LIBRARY_VERSION not defined and version.txt not found: testing library version is unavailable
+#warning SWT_TESTING_LIBRARY_VERSION not defined and VERSION.txt not found: testing library version is unavailable
44
return nullptr;
45
#endif
46
}
0 commit comments