# MutantHub mutant #1899: Conditional operator mutation at script.cpp:291
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:291-291
# Review: APPROVED; outcome: SURVIVED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -291,1 +291,1 @@
-        if (i) {
+        if (1==1) {
