diff --git a/inputs/failing/compareFnsWithDifferentRefs.ts b/inputs/passing/compareFnsWithDifferentRefs.ts similarity index 91% rename from inputs/failing/compareFnsWithDifferentRefs.ts rename to inputs/passing/compareFnsWithDifferentRefs.ts index 31ff904..88b604d 100644 --- a/inputs/failing/compareFnsWithDifferentRefs.ts +++ b/inputs/passing/compareFnsWithDifferentRefs.ts @@ -1,5 +1,4 @@ -//! test_output(true) -// Should be: false. +//! test_output(false) export default function () { // The test functions returned have exactly the same source code, but they should not be equal