We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7dfb commit 5d70d22Copy full SHA for 5d70d22
Cesium.IntegrationTests/strings/comparison.c
@@ -28,7 +28,7 @@ int testCaseInsensetiveComparison() {
28
29
int main(int argc, char* argv[])
30
{
31
- if (!testConcatenation()) {
+ if (!testCaseInsensetiveComparison()) {
32
return -1;
33
}
34
0 commit comments