From dabb02a48b9258b26cb8f26aa05c10573fe67618 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Tue, 15 Aug 2023 11:09:20 +1000 Subject: [PATCH] Update fixed test --- inputs/{failing => passing}/compareFnsWithDifferentRefs.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename inputs/{failing => passing}/compareFnsWithDifferentRefs.ts (91%) 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