# MutantHub mutant #1919: Relational operator mutation at script.cpp:375
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:375-375
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -375,1 +375,1 @@
-    if (data.size() == 0) {
+    if (data.size() != 0) {
