forked from mirrors/gecko-dev
It already had test files, but wasn't actually enabled. Also add a mock internal std::string::find signature; two comments about disabled checks; and fix a typo.
6 lines
No EOL
75 B
C++
6 lines
No EOL
75 B
C++
#include "structures.h"
|
|
|
|
void foo() {
|
|
std::string str;
|
|
str.find("A");
|
|
} |