[lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the...
[oota-llvm.git] / lib / Fuzzer / test / CxxTokensTest.cpp
index 682ceb4f978a7135db371be860d9c29cfb85960f..77d08b3d105532d69497b47c7b59791cfcfe69f1 100644 (file)
@@ -6,7 +6,7 @@
 #include <iostream>
 
 static void Found() {
-  std::cout << "Found the target, exiting\n";
+  std::cout << "BINGO; Found the target, exiting\n";
   exit(1);
 }