From d39cf84965dffd11cab440f5a4efa1b16932ba73 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Wed, 28 Feb 2024 13:41:53 -0700 Subject: branching --- test/signature_match.spec.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/signature_match.spec.ts') diff --git a/test/signature_match.spec.ts b/test/signature_match.spec.ts index 10be880..02b8c89 100644 --- a/test/signature_match.spec.ts +++ b/test/signature_match.spec.ts @@ -1,13 +1,9 @@ import { expect, test } from 'bun:test'; -import { TestPrograms } from './programs'; -import { peggyParse } from '@/parser'; import { - evaluate, type DenotableFunctionSignature, denotableTypesEquivalent, matchSignature, } from '@/interpreter'; -import { testingLogger } from './logger'; test('simple denotable types are equivalent', () => { expect(denotableTypesEquivalent('int', 'int')).toBe(true); -- cgit v1.2.3-70-g09d2