summaryrefslogtreecommitdiff
path: root/test/signature_match.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/signature_match.spec.ts')
-rw-r--r--test/signature_match.spec.ts4
1 files changed, 0 insertions, 4 deletions
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);